We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was reading docs for following/requests/list but looks like missing mandatory parameters. https://misskey-hub.net/docs/api/endpoints/following/requests/list.html
following/requests/list
If i try in my local console, it puts this parameters inside the request
{ sinceId: '', untilId: '', limit: null, }
Then, the response triggers an error
{ message: 'Invalid param.', code: 'INVALID_PARAM', id: '3d81ceae-475f-4600-b2a8-2bc116157532', kind: 'client', info: { param: '#/properties/sinceId/format', reason: 'must match format "misskey:id"', }, }
Why local api-doc pages were destroyed? They was handy.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was reading docs for
following/requests/list
but looks like missing mandatory parameters.https://misskey-hub.net/docs/api/endpoints/following/requests/list.html
If i try in my local console, it puts this parameters inside the request
Then, the response triggers an error
Why local api-doc pages were destroyed? They was handy.
The text was updated successfully, but these errors were encountered: