Move API endpoints to /api/v1/pleroma/backups

This commit is contained in:
Egor Kislitsyn 2020-09-20 20:43:27 +04:00
commit 17562bf414
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 12 additions and 12 deletions

View file

@ -616,7 +616,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
]
```
## `POST /api/pleroma/backups`
## `POST /api/v1/pleroma/backups`
### Create a user backup archive
* Method: `POST`
@ -635,7 +635,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
}]
```
## `GET /api/pleroma/backups`
## `GET /api/v1/pleroma/backups`
### Lists user backups
* Method: `GET`