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 71f635c commit f05e8a4
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 @@ -40,7 +40,7 @@ The userlog service is able to store global messages that will be displayed in t

### Deprovisioning

Deprovision messages announce a deprovision text including a deprovision date of the instance to all users. With this message, users get informed that the instance will be shut down and deprovisioned and no further access to their data is possible past the given date. This implies that users must download their data before the given date, the text shown to users refers to this information. Note that the task to deprovision the instance is not dependent on the message. The text of the message can be translated according the translation settings, see section [Translations](#translations). The endpoint only expects a `deprovision_date` parameter in the `POST` request body as the final text is assembled automatically. The string hast to be in `RFC3339` format, however, this format can be changed by using `deprovision_date_format`. See the [go time formating](https://pkg.go.dev/time#pkg-constants) for more details.
Deprovision messages announce a deprovision text including a deprovision date of the instance to all users. With this message, users get informed that the instance will be shut down and deprovisioned and no further access to their data is possible past the given date. This implies that users must download their data before the given date. The text shown to users refers to this information. Note that the task to deprovision the instance does not depend on the message. The text of the message can be translated according to the translation settings, see section [Translations](#translations). The endpoint only expects a `deprovision_date` parameter in the `POST` request body as the final text is assembled automatically. The string hast to be in `RFC3339` format, however, this format can be changed by using `deprovision_date_format`. See the [go time formating](https://pkg.go.dev/time#pkg-constants) for more details.

## Deleting

Expand Down

0 comments on commit f05e8a4

Please sign in to comment.