Changelog for February 17, 2025
The following improvements were made to error messages in API Platform:
-
GET /company/v1/contracts,GET /tasking/v1/tasks,GET /catalog/v1/purchases, andGET /catalog/v1/itemsendpoints — now return an HTTP 400 Bad Request error if the paginationlimitparameter is out of range (thelimitparameter must lie within the range 0 to 10000). -
GET tasking/v1/tasks/{taskID}/productsendpoint — now returns an HTTP 404 Not Found error if the task products are unavailable (for example, if the task ID was not found or the task is not fulfilled yet). Previously, an HTTP 500 error was being returned.