Changes to Create Case

POST /api/v1/cases

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 12 revisions of this API.5

  1. 6a15543258a52
  2. 43f85a5ab3482
  3. bd124844fd9f1

What changed

    • removed the BLOCKED enum value from the status response property for the response status 201

      response-property-enum-value-removed

    • removed the QUEUED enum value from the tasks/items/status response property for the response status 201

      response-property-enum-value-removed

    • added the new optional request property source_url

      new-optional-request-property

    • added the required property source_url to the response with the 201 status

      response-required-property-added

    • endpoint added

      endpoint-added