aboutsummaryrefslogtreecommitdiff
path: root/docs/API
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-09-20 20:43:27 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-07 18:35:27 +0400
commit17562bf4147ab03e171b1f1d365a512f2e5b3202 (patch)
treeddcd665d446ad58c808a3145504ff2a9e177e1cc /docs/API
parenta9efd441e242f1d8ac608b866d0cfafe4833243a (diff)
downloadpleroma-17562bf4147ab03e171b1f1d365a512f2e5b3202.tar.gz
Move API endpoints to `/api/v1/pleroma/backups`
Diffstat (limited to 'docs/API')
-rw-r--r--docs/API/pleroma_api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md
index aeb266159..fa3a9a449 100644
--- a/docs/API/pleroma_api.md
+++ b/docs/API/pleroma_api.md
@@ -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`