Changelog for July 11, 2024

  • GET company/v1/contracts endpoint — in the listContracts operation, fixed the error response to return the correct HTTP error statuses (for example, an incorrect parameter value now returns HTTP 400 instead of HTTP 500).

  • POST catalog/v1/purchases endpoint — in the purchaseCatalogItems operation, fixed a bug in the OpenAPI spec, replacing the purchaseIds parameter by itemIds.