`api/endpoints` is outdated
What happened?
Sharkey has endpoint notes/edit
but the response of endpoints
does not contain it.
I am a developer of a Misskey client app. For my app, I want to show "Edit note" button only if the server supports note editing feature, since plain Misskey does not support it. To detect if users can edit notes, the app uses endpoints
response and check if it contains notes/edit
. This approach worked well for other forks like Firefish and Iceshrimp, but not for Sharkey.
I am not sure if there are other missing endpoints.
What did you expect to happen?
Return all endpoints.
Version
2024.5.0
What type of issue is this?
server-side
Contribution Guidelines By submitting this issue, you agree to follow our Contribution Guidelines
- I agree to follow this project's Contribution Guidelines
- I have searched the issue tracker for similar issues, and this is not a duplicate.