diff options
| author | 2025-08-14 12:17:42 +0200 | |
|---|---|---|
| committer | 2025-08-14 12:17:42 +0200 | |
| commit | 8e76c9ab57de618e40149a2475e83592f7cbd3b8 (patch) | |
| tree | 100ce447cf56e399025e416ad2eb2eed368ab420 /docs/api | |
| parent | [feature] support blur filter action (#4371) (diff) | |
| download | gotosocial-8e76c9ab57de618e40149a2475e83592f7cbd3b8.tar.xz | |
[chore] return correct error message (#4377)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4377
Co-authored-by: nicole mikołajczyk <git@mkljczk.pl>
Co-committed-by: nicole mikołajczyk <git@mkljczk.pl>
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/swagger.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index c889c92e8..6ee4db4ab 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -11064,7 +11064,6 @@ paths: tags: - scheduled_statuses put: - description: Update a scheduled status's publishing date operationId: updateScheduledStatus parameters: - description: ID of the status @@ -11103,6 +11102,7 @@ paths: security: - OAuth2 Bearer: - write:statuses + summary: Update a scheduled status's publishing date. tags: - scheduled_statuses /api/v1/statuses: |
