Changes to List Voices

GET /v1/voices

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

Changed in 3 of the 14 revisions of this API.623

  1. b3bccdb58e6c222
  2. 11e1197415cb4
  3. 021b1eec81a41

What changed

  • b3bccdb58e6c222See the full diff
    • the source response property const value stock was removed for the status 200

      response-property-const-removed

    • removed the required property data/items/slug from the response with the 200 status

      response-required-property-removed

    • added the new custom enum value to the data/items/source response property for the response status 200

      response-property-enum-value-added

    • added the new stock enum value to the data/items/source response property for the response status 200

      response-property-enum-value-added

    • the response property data/items/source became required for the status 200

      response-property-became-required

    • the source response's property default value stock was removed for the status 200

      response-property-default-value-removed

    • the response property data/items/preview_url became optional for the status 200

      response-property-became-optional

    • response property data/items/preview_url list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • the data/items/preview_url response property's maxLength was unset from 2083 for the response status 200

      response-property-max-length-unset

    • the data/items/preview_url response property's minLength was decreased from 1 to 0 for the response status 200

      response-property-min-length-decreased

    • endpoint added

      endpoint-added