Skip to content
New issue

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

inconsistent api endpoint documentation #288

Open
tassoman opened this issue Aug 25, 2023 · 0 comments
Open

inconsistent api endpoint documentation #288

tassoman opened this issue Aug 25, 2023 · 0 comments

Comments

@tassoman
Copy link
Contributor

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

{
  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant