Update API.md

This commit is contained in:
Tetrakern 2023-02-18 23:12:55 +01:00
parent 0d55dcd6ab
commit 287a32174a

4
API.md
View File

@ -46,7 +46,7 @@ The following schema defines all fields that can exist within the response, excl
|  ➞ characters `[string]\|null` | Array of characters.
|  ➞ warnings `[string]\|null` | Array of warnings.
|  ➞ genres `[string]\|null` | Array of genres.
| chapters `object\|null` | Chapter collection node. See **Chapter Fields**.
| chapters `[object]\|null` | Chapter collection node. See **Chapter Fields**.
| support `object\|null` | Support collection node.
|  ➞ topwebfiction `string\|null` | URL to storys TopWebFiction entry.
|  ➞ patreon `string\|null` | URL to the storys or authors Patreon page.
@ -56,7 +56,7 @@ The following schema defines all fields that can exist within the response, excl
|  ➞ donation `string\|null` | URL to the storys or authors donation page.
| timestamp `integer` | Unix timestamp of when the response was compiled (GMT). May be cached.
| Story Field | Description |
| Chapter Field | Description |
| :-- | :-- |
| id `integer` | ID of the chapter (on the site).
| guid `string` | Sufficiently unique global ID based on the original URL, type, and ID. Unreliable as link.