Ensure scary warning starts on a new line
[akkoma] / docs / API / pleroma_api.md
index aeb2661591622b54a88f77e2dae269c04fd3ae08..7a0a80dad2392255520ad493c428f7b6aaf659ed 100644 (file)
@@ -616,11 +616,11 @@ 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`
-* Authentication: not required
+* Authentication: required
 * Params: none
 * Response: JSON
 * Example response:
@@ -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`