From a86cc870aca6315c3bdc839be64649e8918e486b Mon Sep 17 00:00:00 2001
From: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date: Sat, 18 Feb 2023 13:02:04 +0100
Subject: [PATCH] Update API.md
---
API.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/API.md b/API.md
index a283f3eb..083ba83b 100644
--- a/API.md
+++ b/API.md
@@ -8,8 +8,6 @@
GET /wp-json/storygraph/v1/stories
```
-### Arguments
-
| Argument | Description |
| :-- | :-- |
| page | Page to return. Default `1`.
@@ -20,8 +18,8 @@ The following schema defines all fields that can exist within the response, excl
| Field | Description |
| :-- | :-- |
-| url
`string` | Root URL of the targeted site. In case you forgot or want to make sure.
-| language
`string` | Language code of the _site_, not necessarily stories or chapters.
+| url `string` | Root URL of the targeted site. In case you forgot or want to make sure.
+| language `string` | Language code of the _site_, not necessarily stories or chapters.
| storyCount
`integer` | Total number of published and visible stories.
| chapterCount
`integer` | Total number of published and visible chapters.