diff options
| author | neobooru <50623835+neobooru@users.noreply.github.com> | 2023-12-05 21:31:23 +0100 |
|---|---|---|
| committer | neobooru <50623835+neobooru@users.noreply.github.com> | 2023-12-05 21:31:23 +0100 |
| commit | 190d79542676bf8c83481198c849176fadb8e6ae (patch) | |
| tree | f6fa971c642ee8ec64f5781aa274a5c13937d976 | |
| parent | 7c92ceaf6ae1ec3a6cebb094f179055708fe1d55 (diff) | |
doc: fix small error in pool API docs
| -rw-r--r-- | doc/API.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ - [Deleting pool category](#deleting-pool-category) - [Setting default pool category](#setting-default-pool-category) - Pools - - [Listing pools](#listing-pool) + - [Listing pools](#listing-pools) - [Creating pool](#creating-pool) - [Updating pool](#updating-pool) - [Getting pool](#getting-pool) @@ -1389,7 +1389,7 @@ data. ## Creating pool - **Request** - `POST /pools/create` + `POST /pool` - **Input** |