Closed fnando closed 6 days ago
Looks like PUT /api/v1/statuses/{id} is not implemented, which prevents posts from being edited.
PUT /api/v1/statuses/{id}
It'd be great if PUT /api/v1/statuses/{id} was added, so we could edit posts.
NONE
Mastodon endpoint: https://docs.joinmastodon.org/methods/statuses/#edit
Gonna close this as a duplicate of https://github.com/superseriousbusiness/gotosocial/issues/1990, which is being worked on at the moment.
Is your feature request related to a problem ?
Looks like
PUT /api/v1/statuses/{id}
is not implemented, which prevents posts from being edited.Describe the solution you'd like.
It'd be great if
PUT /api/v1/statuses/{id}
was added, so we could edit posts.Describe alternatives you've considered.
NONE
Additional context.
Mastodon endpoint: https://docs.joinmastodon.org/methods/statuses/#edit