Skip to content

Commit

Permalink
Update services/userlog/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Edith Parzefall <[email protected]>
  • Loading branch information
kobergj and EParzefall authored Jul 7, 2023
1 parent 71e5273 commit 71f635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/userlog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Additionally to the oc10 API, the `userlog` service also provides an `/sse` (Ser

## Posting

The userlog service is able to store global messages that will be displayed in the WebUI to all users. These messages can only be activated and deleted by users with the `admin` role but not by ordinary users. If a user deletes the message in the WebUI, it reappears on reload. Global messages use the endpoint: `/ocs/v2.php/apps/notifications/api/v1/notifications/global` and are activated by sending a `POST` request. Note that Sending another `POST` request of the same type overwrites the previous one. For the time being, only the type `deprovision` is supported.
The userlog service is able to store global messages that will be displayed in the Web UI to all users. These messages can only be activated and deleted by users with the `admin` role but not by ordinary users. If a user deletes the message in the Web UI, it reappears on reload. Global messages use the endpoint `/ocs/v2.php/apps/notifications/api/v1/notifications/global` and are activated by sending a `POST` request. Note that sending another `POST` request of the same type overwrites the previous one. For the time being, only the type `deprovision` is supported.

### Deprovisioning

Expand Down

0 comments on commit 71f635c

Please sign in to comment.