diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-12-28 10:02:17 +0000 |
commit | 81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch) | |
tree | 6352f066d25e416d850177a50bf30030d0ba4056 /docs/development/API/admin_api.md | |
parent | 47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff) | |
parent | 017e35fbf128d47c033275a70b76b72f24d7c754 (diff) | |
download | pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip |
Merge branch 'typo' into 'develop'
Fix some typos
See merge request pleroma/pleroma!4017
Diffstat (limited to 'docs/development/API/admin_api.md')
-rw-r--r-- | docs/development/API/admin_api.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/development/API/admin_api.md b/docs/development/API/admin_api.md index 7d31ee262..182a760fa 100644 --- a/docs/development/API/admin_api.md +++ b/docs/development/API/admin_api.md @@ -303,7 +303,7 @@ Removes the user(s) from follower recommendations. ## `GET /api/v1/pleroma/admin/users/:nickname_or_id` -### Retrive the details of a user +### Retrieve the details of a user - Params: - `nickname` or `id` @@ -313,7 +313,7 @@ Removes the user(s) from follower recommendations. ## `GET /api/v1/pleroma/admin/users/:nickname_or_id/statuses` -### Retrive user's latest statuses +### Retrieve user's latest statuses - Params: - `nickname` or `id` @@ -337,7 +337,7 @@ Removes the user(s) from follower recommendations. ## `GET /api/v1/pleroma/admin/instances/:instance/statuses` -### Retrive instance's latest statuses +### Retrieve instance's latest statuses - Params: - `instance`: instance name @@ -377,7 +377,7 @@ It may take some time. ## `GET /api/v1/pleroma/admin/statuses` -### Retrives all latest statuses +### Retrieves all latest statuses - Params: - *optional* `page_size`: number of statuses to return (default is `20`) @@ -541,7 +541,7 @@ Response: ## `PATCH /api/v1/pleroma/admin/users/force_password_reset` -### Force passord reset for a user with a given nickname +### Force password reset for a user with a given nickname - Params: - `nicknames` |