diff --git a/scs_api.server_public.md b/scs_api.server_public.md index 4eb9d20cc2f8fbe37f0ae120c4de0b02b95547cf..f80054ddf64696a551d62b450a209d35a6ab79ed 100644 --- a/scs_api.server_public.md +++ b/scs_api.server_public.md @@ -15,11 +15,11 @@ is 6 requests per minute. Exceeding the limit will lead to your IP address being temporarily blocked from making further requests. The block will automatically be lifted by waiting an hour. -- api revision: `3bc76226 / 2020-05-14 10:18:26 +0200` +- api revision: `b90e3e66 / 2020-05-14 12:46:29 +0200` -- api version: `0.9-238-g3bc7622` +- api version: `0.9-240-gb90e3e6` -- apidoc building date: `2020-05-14 08:20:52 +0000` +- apidoc building date: `2020-05-14 10:48:39 +0000` Summary ------------------------------------------------------------------------------------- @@ -51,7 +51,7 @@ Summary <tr class="odd"> <td><p>dedicated-time-calendar</p></td> <td><p><a href="#get--api-v1-dedicated-time-calendar" class="reference external">GET /api/v1/dedicated-time-calendar</a></p></td> -<td><p>dedicated time calendar</p></td> +<td><p>Dedicated time calendar</p></td> </tr> <tr class="even"> <td><p>fs-usage</p></td> @@ -391,6 +391,33 @@ Query Parameters - **all** – returns all messages +Response JSON Object +- **author** (*string*) – author of the message + +- **category** (*string*) – message category + +- **created\_at** (*string*) – creation date + +- **dateEfficiency** (*string*) – effective date + +- **dateExpiration"** (*string*) – expiration date + +- **dateModification** (*string*) – date the message was modified + +- **deleted\_at"** (*string*) – + +- **id** (*string*) – message id + +- **messageBody** (*string*) – the text of the message + +- **state** (*string*) – + +- **title** (*string*) – the title of the message + +- **typeMotd** (*string*) – + +- **updated\_at** (*string*) – date of last update + Status Codes - <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a> – no error