Clarified date/time format strings
This commit is contained in:
parent
acc7679bb0
commit
0b3b4935ec
@ -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
|
||||
|
||||
1. The call may only be performed by a user belonging to participant group type BSMD.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user