mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:42:25 -05:00
[bugfix] Return 501 (not implemented) if user tries to schedule post (#3395)
This commit is contained in:
parent
f0376635ad
commit
18e2f69e85
4 changed files with 113 additions and 47 deletions
|
|
@ -8947,7 +8947,7 @@ paths:
|
|||
Providing this parameter will cause ScheduledStatus to be returned instead of Status.
|
||||
Must be at least 5 minutes in the future.
|
||||
|
||||
This feature isn't implemented yet.
|
||||
This feature isn't implemented yet; attemping to set it will return 501 Not Implemented.
|
||||
in: formData
|
||||
name: scheduled_at
|
||||
type: string
|
||||
|
|
@ -9008,6 +9008,8 @@ paths:
|
|||
description: not acceptable
|
||||
"500":
|
||||
description: internal server error
|
||||
"501":
|
||||
description: scheduled_at was set, but this feature is not yet implemented
|
||||
security:
|
||||
- OAuth2 Bearer:
|
||||
- write:statuses
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue