Changes to Validate multiple numbers

POST /v1/validation

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

Changed in 5 of the 50 revisions of this API.20310

  1. 76b9bb35619f12
  2. 33be779051201
  3. 847583adcd0519
  4. 2e48fd9894e1126
  5. fabaadf195a91

What changed

  • 76b9bb35619f12See the full diff
    • removed the optional property error_code from the response with the 403 status

      response-optional-property-removed

    • added subschema #2: Async Request to the response body anyOf list for the response status 200

      response-body-any-of-added

    • removed subschema #2 from the response body anyOf list for the response status 200

      response-body-any-of-removed

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

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

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

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/carrier_name became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/country_code became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/mcc became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/mnc became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/number_type became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/ported became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/risky_destination became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/timezone became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/unallocated_range became nullable for the status 200

      response-property-became-nullable

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/carrier_name became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/mcc became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/mnc became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/number_type became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/ported became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/reachable became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/risky_destination became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/roaming became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/timezone became optional for the status 200

      response-property-became-optional

    • the response property anyOf[subschema #1: PhoneValidationBatchResponse]/items/items/unallocated_range became optional for the status 200

      response-property-became-optional

  • 2e48fd9894e1126See the full diff
    • added PhoneValidationRequest to the request body allOf list

      request-body-all-of-added

    • removed ValidationRequest subschema #2 from the request body allOf list

      request-body-all-of-removed

    • removed the optional property anyOf[subschema #2]/request_uuid from the response with the 200 status

      response-optional-property-removed

    • api operation id Validatemultiplephonenumbers removed and replaced with number_validator_create_bulk

      api-operation-id-removed

    • api tag Number validator added

      api-tag-added

    • api tag Number Validator removed

      api-tag-removed

    • added PhoneValidationBatchResponse to the response body anyOf list for the response status 200

      response-body-any-of-added

    • removed Validatemultiplenumbersresponse from the response body anyOf list for the response status 200

      response-body-any-of-removed

    • added the optional property anyOf[subschema #2]/request_id to the response with the 200 status

      response-optional-property-added

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

    • endpoint added

      endpoint-added