Customers

Unmask customer data

Retrieves the unmasked details, including PII, of an existing customer. Supply the unique customer ID that was returned from your 'create customer' request, and Straddle will return the corresponding customer information. This endpoint needs to be enabled by Straddle and should only be used when absolutely necessary.

get/v1/customers/{id}/unmasked

Path parameters

idstring uuid required

Headers

Straddle-Account-Idstring uuid

For use by platforms to specify an account id and set scope of a request.

Request-Idstring

Optional client generated identifier to trace and debug a request.

Correlation-Idstring

Optional client generated identifier to trace and debug a series of requests.

Response

OK

response_type'object' | 'array' | 'error' | 'none' required

Indicates the structure of the returned content.

  • "object" means the data field contains a single JSON object.
  • "array" means the data field contains an array of objects.
  • "error" means the data field contains an error object with details of the issue.
  • "none" means no data is returned.

Example response

{
  "data": {
    "name": "Ron Swanson",
    "email": "ron.swanson@pawnee.com",
    "phone": "+12128675309",
    "address": {
      "address1": "123 Main St",
      "address2": "Apt 1",
      "city": "Anytown",
      "state": "CA",
      "zip": "12345"
    },
    "compliance_profile": {
      "ssn": "123-45-6789",
      "dob": "1969-04-20"
    },
    "device": {
      "ip_address": "192.168.1.1"
    }
  }
}

Changes

Changed in 6 of the 33 revisions of this API.270270

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Array enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Business enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Error enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Individual enum value from the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the None enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-removed

    • removed the Object enum value from the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-removed

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Array enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Business enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Error enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Individual enum value to the data/type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new None enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 200 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 400 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 401 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 403 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 404 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 422 (media type: text/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/plain)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: application/json)

      response-property-enum-value-added

    • added the new Object enum value to the response_type response property for the response status 500 (media type: text/json)

      response-property-enum-value-added