-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
- Gitea version (or commit ref): master
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
Description
/api/v1/users/search does not return a UserList but rather an entity similar to the SearchResults that is returned from /api/v1/repos/search
This is broken in the SDK and swagger.v1.json and has been for at least 10 months.
There are two options:
- Change the API code to match the Swagger signature - means that the SDK doesn't need to change but will continue to be broken on old gitea installations.
- Change the Swagger/SDK signature to match the API code - means that any new SDK will work with old versions of the API.
tonivj5
Metadata
Metadata
Assignees
Labels
No labels