mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
doc: properly name API elements
This commit is contained in:
@ -998,10 +998,10 @@ data.
|
||||
- **Field meaning**
|
||||
|
||||
- `<pool>`: The associated [micro pool resource](#micro-pool).
|
||||
- `firstPost`: A [micro post resource](#micro-post) that displays the first post in the pool.
|
||||
- `lastPost`: A [micro post resource](#micro-post) that displays the last post in the pool.
|
||||
- `nextPost`: A [micro post resource](#micro-post) that displays the next post in the pool.
|
||||
- `prevPost`: A [micro post resource](#micro-post) that displays the previous post in the pool.
|
||||
- `<first-post>`: A [micro post resource](#micro-post) that displays the first post in the pool.
|
||||
- `<last-post>`: A [micro post resource](#micro-post) that displays the last post in the pool.
|
||||
- `<next-post>`: A [micro post resource](#micro-post) that displays the next post in the pool.
|
||||
- `<previous-post>`: A [micro post resource](#micro-post) that displays the previous post in the pool.
|
||||
|
||||
- **Errors**
|
||||
|
||||
|
Reference in New Issue
Block a user