From 5ba7bb70a1eacfac49b038ec9673790106afaebb Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Sat, 18 Feb 2023 18:13:29 +0100 Subject: [PATCH] Update API.md --- API.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 424d0ca1..9b55b136 100644 --- a/API.md +++ b/API.md @@ -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