Clarified date/time format strings

This commit is contained in:
Daniel Schick 2024-02-14 14:49:18 +01:00
parent 4e34a536c7
commit 060d131cea

View File

@ -68,6 +68,18 @@ If a validation rule fails the call should return 400 (Bad request) including an
} }
``` ```
### Time values
Date and date+time values are specified as text formatted in [RFC 3339](https://www.rfc-editor.org/rfc/rfc3339#section-5.6), e.g.
```json
{
"created" : "2024-01-27T18:00:21Z"
}
```
Usually the "Z" is missing at the end indicating local time.
## /shipcall POST ## /shipcall POST
1. The call may only be performed by a user belonging to participant group type BSMD. 1. The call may only be performed by a user belonging to participant group type BSMD.