You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching list of channels via API stopped working recently when using pagination. We get the error must NOT have additional properties [invalid-params] when appending anything to the url.
Description:
Fetching list of channels via API stopped working recently when using pagination. We get the error
must NOT have additional properties [invalid-params]
when appending anything to the url.Steps to reproduce:
curl -X GET -H "X-Auth-Token: <your_token>" -H "X-User-Id: <your id>" https://your_rc_domain/api/v1/channels.list?count=100&offset=20
--> Errorcurl -X GET -H "X-Auth-Token: <your_token>" -H "X-User-Id: <your id>" https://your_rc_domain/api/v1/channels.list
--> Success, but with default countExpected behavior:
Actual behavior:
Server Setup Information:
Client Setup Information
Additional context
Administration > Workspace > Settings > General > REST API > Allow Getting Everything is ON
Relevant logs:
The text was updated successfully, but these errors were encountered: