Move API endpoints to /api/v1/pleroma/backups
This commit is contained in:
parent
a9efd441e2
commit
17562bf414
3 changed files with 12 additions and 12 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue