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
Specification does not take into account those query params for operations.
Expected content
I tested all endpoints with the listed query params and no issue was found. Therefore, endpoints with the mentioned parameters should be included in the docs and specification.
The text was updated successfully, but these errors were encountered:
Offset and Marker query params
I found out that 4 endpoints does not have query params.
files/:file_id/collaborations/
In the response we get offset parameter but we cannot set query param offset in order to paginate ?list_collaborations__get_files_id_collaborations.yml
DOCS: get-files-id-collaborations
folders/:folder_id/collaborations
In the response we get offset and limit parameters but we cannot set query params offset and limit in order to paginate ?
list_collaborations__get_folders_id_collaborations.yml
DOCS: get-folders-id-collaborations
folder_locks
In the response we get next_marker but we cannot set query param marker in order to paginate ?
folder_locks__get_folder_locks.yml
DOCS: get-folder-locks
metadata_templates
In the response we get next_marker but we cannot set query param marker in order to paginate ?
metadata_templates__get_metadata_templates.yml
DOCS: get-metadata-templates
Current content
Specification does not take into account those query params for operations.
Expected content
I tested all endpoints with the listed query params and no issue was found. Therefore, endpoints with the mentioned parameters should be included in the docs and specification.
The text was updated successfully, but these errors were encountered: