mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +01:00
fix: 🚚 Rename prev to previous
This commit is contained in:
parent
591adb7359
commit
e75eb6d2f5
|
|
@ -35,3 +35,4 @@ This page lists changes since Working Draft 03. {{ className: 'lead' }}
|
|||
- Add `algorithm` to [Users](/entities/user) and [InstanceMetadata](/entities/instance-metadata)'s public keys for future use (only `ed25519` is allowed for now).
|
||||
- Renamed the second `public_key` to `key`.
|
||||
- Renamed `Announce` to [Share](/extensions/share).
|
||||
- Renamed `prev` to `previous` in [Collections](/structures/collection).
|
||||
|
|
@ -37,7 +37,7 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80.
|
|||
|
||||
If there is no next page, this should be `null`.
|
||||
</Property>
|
||||
<Property name="prev" type="URI" required={false} typeLink="/types#uri">
|
||||
<Property name="previous" type="URI" required={false} typeLink="/types#uri">
|
||||
URI to the previous page of the collection. Query parameters are allowed.
|
||||
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ Pages should be limited to a reasonable number of entities, such as 20 or 80.
|
|||
"last": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771/outbox?page=3",
|
||||
"total": 46,
|
||||
"next": "https://versia.social/users/018ec082-0ae1-761c-b2c5-22275a611771/outbox?page=2",
|
||||
"prev": null,
|
||||
"previous": null,
|
||||
"items": [
|
||||
{
|
||||
"id": "456df8ed-daf1-4062-abab-491071c7b8dd",
|
||||
|
|
|
|||
Loading…
Reference in a new issue