Update API.md

This commit is contained in:
Tetrakern 2023-02-18 18:13:29 +01:00
parent 7725930da8
commit 5ba7bb70a1

6
API.md
View File

@ -34,10 +34,10 @@ The following schema defines all fields that can exist within the response, excl
| published `integer` | Unix timestamp of when the story was published (GMT).
| modified `integer` | Unix timestamp of when the story was last updated (GMT).
| protected `boolean` | Whether the story is protected by a password.
| images `object\|null` | Images associated with the story.
| images `object\|null` | Images node.
|  ➞ hotlinkAllowed `boolean` | Whether hotlinking images is allowed. Copy and host them yourself otherwise.
|  ➞ header `string|null` | URL of header image.
|  ➞ cover `string|null` | URL of cover image.
|  ➞ header `string\|null` | URL of header image.
|  ➞ cover `string\|null` | URL of cover image.
## Endpoint: Stories