Update ID path parameters (#1588)
* [fix] Update user API docs with user ID param info
* [fix] Update ID param and request for ML API
* [fix] Add ID param to org API
* [fix] Add project ID params to project API
Remove query string parameter for validate label config because it doesn't seem to belong there as a query string parameter _and_ a request body
Also add project ID params to task project endpoints that were incorrectly listing task IDs
* [fix] Update ID params for annotations and predictions
* [fix] Update data manager API for ID params
* [docs] Update data manager API again
* [fix] Update project API after error when building
* [fix] Fix issue with projects API syntax
* [fix] Move ID param to path instead of query for DM API
* [fix] More data manager API path param updates
* [fix] Update syntax of project API params
* [fix] Clarify label config validation API
* [fix] Update parameters for ML API
* [fix] Update predictions and annotations API params
* [fix] fine tune user API params
* [fix] make org api param consistent
* [fix] make project ID param consistent
* [fix] fine-tune export API parameters
* [fix] Improve webhook api query param
* [fix] update data manager params
* [fix] fine-tune data manager API
* [fix] correcting all export api project ID mentions to integer
* [fix] Update path parameters for task API
* [docs] Removing query string params
Belong in the request body instead
* [docs] Add serializer to request body for delete
* [docs] add param back
Co-authored-by:
niklub <lubimov.nicolas@gmail.com>
Loading
Please sign in to comment