WhatsApp Templates

Create a template in project

Creates a new template with the request data. If the `status` field is set to `submit` the template will be created immediately, otherwise it will be saved as a `draft`.
post/v1/projects/{projectId}/whatsapp/templates

Path parameters

projectIdstring required

The unique ID of the project. You can find this on the <a href="https://dashboard.sinch.com/">Sinch Dashboard</a>.

Request body

status'DRAFT' | 'SUBMIT'

Create as draft or submit. Defaults to submit.

namestring required
language'AF' | 'AR' | 'AZ' | 'BG' | 'BN' | 'CA' | 'CS' | 'DA' | 'DE' | 'EL' | 'EN' | 'EN_GB' | 'EN_US' | 'ES' | 'ES_AR' | 'ES_ES' | 'ES_MX' | 'ES_UY' | 'ET' | 'FA' | 'FI' | 'FIL' | 'FR' | 'GA' | 'GU' | 'HA' | 'HE' | 'HI' | 'HR' | 'HU' | 'ID' | 'IT' | 'JA' | 'KA' | 'KK' | 'KN' | 'KO' | 'KY_KG' | 'LO' | 'LT' | 'LV' | 'MK' | 'ML' | 'MR' | 'MS' | 'NB' | 'NL' | 'PA' | 'PL' | 'PT_BR' | 'PT_PT' | 'RO' | 'RU' | 'RW_RW' | 'SK' | 'SL' | 'SQ' | 'SR' | 'SV' | 'SW' | 'TA' | 'TE' | 'TH' | 'TR' | 'UK' | 'UR' | 'UZ' | 'VI' | 'ZH_CN' | 'ZH_HK' | 'ZH_TW' | 'ZU' required
category'AUTHENTICATION' | 'MARKETING' | 'UTILITY' required
saveDraftOnFailureboolean

Flag to save template as draft if submission fails. Defaults to false.

allowCategoryChangeboolean

True if Meta should be allowed to change the category if they determine the category is wrong. If false, Meta might reject the template if they determine the category is wrong based on the template contents. Defaults to false.

Response

Created template

whatsappIdstring
state'APPROVED' | 'DISABLED' | 'PAUSED' | 'PENDING' | 'REJECTED'
namestring required
language'AF' | 'AR' | 'AZ' | 'BG' | 'BN' | 'CA' | 'CS' | 'DA' | 'DE' | 'EL' | 'EN' | 'EN_GB' | 'EN_US' | 'ES' | 'ES_AR' | 'ES_ES' | 'ES_MX' | 'ES_UY' | 'ET' | 'FA' | 'FI' | 'FIL' | 'FR' | 'GA' | 'GU' | 'HA' | 'HE' | 'HI' | 'HR' | 'HU' | 'ID' | 'IT' | 'JA' | 'KA' | 'KK' | 'KN' | 'KO' | 'KY_KG' | 'LO' | 'LT' | 'LV' | 'MK' | 'ML' | 'MR' | 'MS' | 'NB' | 'NL' | 'PA' | 'PL' | 'PT_BR' | 'PT_PT' | 'RO' | 'RU' | 'RW_RW' | 'SK' | 'SL' | 'SQ' | 'SR' | 'SV' | 'SW' | 'TA' | 'TE' | 'TH' | 'TR' | 'UK' | 'UR' | 'UZ' | 'VI' | 'ZH_CN' | 'ZH_HK' | 'ZH_TW' | 'ZU' | 'UNRECOGNIZED' required
category'AUTHENTICATION' | 'MARKETING' | 'UTILITY' | 'UNRECOGNIZED' required
rejectionCode'ABUSIVE_CONTENT' | 'INCORRECT_CATEGORY' | 'INVALID_FORMAT' | 'NONE' | 'SCAM' | 'UNRECOGNIZED'

Rejection code if template is in status 'REJECTED'

qualityScore'QUALITY_SCORE_GREEN' | 'QUALITY_SCORE_RED' | 'QUALITY_SCORE_YELLOW' | 'QUALITY_SCORE_UNKNOWN' | 'UNRECOGNIZED'

Quality score of the HSM.

isMetaGeneratedboolean required

Indicates if the template was auto-generated by Meta.

Changes

Changed in 2 of the 4 revisions of this API.3103286

  • c6a937922d103103281See the full diff
    • added WhatsappActionsEnum to the status request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeCopyCodeEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappCopyCodeButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeFlowEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeOrderDetailsEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeOtpEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappQuickReplyButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeRequestContactInfoEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappUrlButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappCardHeaderComponentFormatsEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/format request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappBodyComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardBodyComponentDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeCarouselEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeFooterEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappFooterComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappLocationHeaderComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappTextHeaderComponentInputDto]/type request property allOf list

      request-property-all-of-added

    • added WhatsappInputFlowActionEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/flowAction request property allOf list

      request-property-all-of-added

    • added WhatsappInputOtpTypeEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/otpType request property allOf list

      request-property-all-of-added

    • added WhatsappInputTemplateLanguagesEnum to the language request property allOf list

      request-property-all-of-added

    • added WhatsappLocationHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappLocationHeaderComponentInputDto]/format request property allOf list

      request-property-all-of-added

    • added WhatsappMediaHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/format request property allOf list

      request-property-all-of-added

    • added WhatsappTemplateInputCategoryEnum to the category request property allOf list

      request-property-all-of-added

    • added WhatsappTextHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappTextHeaderComponentInputDto]/format request property allOf list

      request-property-all-of-added

    • removed the enum value AF of the request property language

      request-property-enum-value-removed

    • removed the enum value AR of the request property language

      request-property-enum-value-removed

    • removed the enum value AUTHENTICATION of the request property category

      request-property-enum-value-removed

    • removed the enum value AZ of the request property language

      request-property-enum-value-removed

    • removed the enum value BG of the request property language

      request-property-enum-value-removed

    • removed the enum value BN of the request property language

      request-property-enum-value-removed

    • removed the enum value CA of the request property language

      request-property-enum-value-removed

    • removed the enum value COPY_CODE of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/otpType

      request-property-enum-value-removed

    • removed the enum value CS of the request property language

      request-property-enum-value-removed

    • removed the enum value DA of the request property language

      request-property-enum-value-removed

    • removed the enum value DATA_EXCHANGE of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/flowAction

      request-property-enum-value-removed

    • removed the enum value DE of the request property language

      request-property-enum-value-removed

    • removed the enum value DOCUMENT of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/format

      request-property-enum-value-removed

    • removed the enum value DRAFT of the request property status

      request-property-enum-value-removed

    • removed the enum value EL of the request property language

      request-property-enum-value-removed

    • removed the enum value EN of the request property language

      request-property-enum-value-removed

    • removed the enum value EN_GB of the request property language

      request-property-enum-value-removed

    • removed the enum value EN_US of the request property language

      request-property-enum-value-removed

    • removed the enum value ES of the request property language

      request-property-enum-value-removed

    • removed the enum value ES_AR of the request property language

      request-property-enum-value-removed

    • removed the enum value ES_ES of the request property language

      request-property-enum-value-removed

    • removed the enum value ES_MX of the request property language

      request-property-enum-value-removed

    • removed the enum value ES_UY of the request property language

      request-property-enum-value-removed

    • removed the enum value ET of the request property language

      request-property-enum-value-removed

    • removed the enum value FA of the request property language

      request-property-enum-value-removed

    • removed the enum value FI of the request property language

      request-property-enum-value-removed

    • removed the enum value FIL of the request property language

      request-property-enum-value-removed

    • removed the enum value FR of the request property language

      request-property-enum-value-removed

    • removed the enum value GA of the request property language

      request-property-enum-value-removed

    • removed the enum value GU of the request property language

      request-property-enum-value-removed

    • removed the enum value HA of the request property language

      request-property-enum-value-removed

    • removed the enum value HE of the request property language

      request-property-enum-value-removed

    • removed the enum value HI of the request property language

      request-property-enum-value-removed

    • removed the enum value HR of the request property language

      request-property-enum-value-removed

    • removed the enum value HU of the request property language

      request-property-enum-value-removed

    • removed the enum value ID of the request property language

      request-property-enum-value-removed

    • removed the enum value IMAGE of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/format

      request-property-enum-value-removed

    • removed the enum value IMAGE of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/format

      request-property-enum-value-removed

    • removed the enum value IT of the request property language

      request-property-enum-value-removed

    • removed the enum value JA of the request property language

      request-property-enum-value-removed

    • removed the enum value KA of the request property language

      request-property-enum-value-removed

    • removed the enum value KK of the request property language

      request-property-enum-value-removed

    • removed the enum value KN of the request property language

      request-property-enum-value-removed

    • removed the enum value KO of the request property language

      request-property-enum-value-removed

    • removed the enum value KY_KG of the request property language

      request-property-enum-value-removed

    • removed the enum value LO of the request property language

      request-property-enum-value-removed

    • removed the enum value LT of the request property language

      request-property-enum-value-removed

    • removed the enum value LV of the request property language

      request-property-enum-value-removed

    • removed the enum value MARKETING of the request property category

      request-property-enum-value-removed

    • removed the enum value MK of the request property language

      request-property-enum-value-removed

    • removed the enum value ML of the request property language

      request-property-enum-value-removed

    • removed the enum value MR of the request property language

      request-property-enum-value-removed

    • removed the enum value MS of the request property language

      request-property-enum-value-removed

    • removed the enum value NAVIGATE of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/flowAction

      request-property-enum-value-removed

    • removed the enum value NB of the request property language

      request-property-enum-value-removed

    • removed the enum value NL of the request property language

      request-property-enum-value-removed

    • removed the enum value ONE_TAP of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/otpType

      request-property-enum-value-removed

    • removed the enum value PA of the request property language

      request-property-enum-value-removed

    • removed the enum value PL of the request property language

      request-property-enum-value-removed

    • removed the enum value PT_BR of the request property language

      request-property-enum-value-removed

    • removed the enum value PT_PT of the request property language

      request-property-enum-value-removed

    • removed the enum value RO of the request property language

      request-property-enum-value-removed

    • removed the enum value RU of the request property language

      request-property-enum-value-removed

    • removed the enum value RW_RW of the request property language

      request-property-enum-value-removed

    • removed the enum value SK of the request property language

      request-property-enum-value-removed

    • removed the enum value SL of the request property language

      request-property-enum-value-removed

    • removed the enum value SQ of the request property language

      request-property-enum-value-removed

    • removed the enum value SR of the request property language

      request-property-enum-value-removed

    • removed the enum value SUBMIT of the request property status

      request-property-enum-value-removed

    • removed the enum value SV of the request property language

      request-property-enum-value-removed

    • removed the enum value SW of the request property language

      request-property-enum-value-removed

    • removed the enum value TA of the request property language

      request-property-enum-value-removed

    • removed the enum value TE of the request property language

      request-property-enum-value-removed

    • removed the enum value TH of the request property language

      request-property-enum-value-removed

    • removed the enum value TR of the request property language

      request-property-enum-value-removed

    • removed the enum value UK of the request property language

      request-property-enum-value-removed

    • removed the enum value UR of the request property language

      request-property-enum-value-removed

    • removed the enum value UTILITY of the request property category

      request-property-enum-value-removed

    • removed the enum value UZ of the request property language

      request-property-enum-value-removed

    • removed the enum value VI of the request property language

      request-property-enum-value-removed

    • removed the enum value VIDEO of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/format

      request-property-enum-value-removed

    • removed the enum value VIDEO of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/format

      request-property-enum-value-removed

    • removed the enum value ZERO_TAP of the request property details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/otpType

      request-property-enum-value-removed

    • removed the enum value ZH_CN of the request property language

      request-property-enum-value-removed

    • removed the enum value ZH_HK of the request property language

      request-property-enum-value-removed

    • removed the enum value ZH_TW of the request property language

      request-property-enum-value-removed

    • removed the enum value ZU of the request property language

      request-property-enum-value-removed

    • the category request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappBodyComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappCopyCodeButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/flowAction request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappFlowButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/otpType request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappOtpButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappQuickReplyButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/anyOf[WhatsappUrlButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappFooterComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardBodyComponentDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardButtonsComponentDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/format request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappInputCardHeaderComponentDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappInputCarouselComponentDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappLocationHeaderComponentInputDto]/format request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappLocationHeaderComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/format request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappMediaHeaderComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappTextHeaderComponentInputDto]/format request property type/format changed from string/ to /

      request-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappTextHeaderComponentInputDto]/type request property type/format changed from string/ to /

      request-property-type-changed

    • the language request property type/format changed from string/ to /

      request-property-type-changed

    • the status request property type/format changed from string/ to /

      request-property-type-changed

    • the response's body type/format changed from / to object/ for status 400

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 401

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 409

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 424

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 429

      response-body-type-changed

    • the response's body type/format changed from / to object/ for status 500

      response-body-type-changed

    • the format response property const value LOCATION was removed for the status 201

      response-property-const-removed

    • the format response property const value LOCATION was removed for the status 201

      response-property-const-removed

    • the format response property const value LOCATION was removed for the status 201

      response-property-const-removed

    • the format response property const value TEXT was removed for the status 201

      response-property-const-removed

    • the format response property const value TEXT was removed for the status 201

      response-property-const-removed

    • the format response property const value TEXT was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BODY was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value BUTTONS was removed for the status 201

      response-property-const-removed

    • the type response property const value CAROUSEL was removed for the status 201

      response-property-const-removed

    • the type response property const value CAROUSEL was removed for the status 201

      response-property-const-removed

    • the type response property const value CAROUSEL was removed for the status 201

      response-property-const-removed

    • the type response property const value COPY_CODE was removed for the status 201

      response-property-const-removed

    • the type response property const value COPY_CODE was removed for the status 201

      response-property-const-removed

    • the type response property const value COPY_CODE was removed for the status 201

      response-property-const-removed

    • the type response property const value FLOW was removed for the status 201

      response-property-const-removed

    • the type response property const value FLOW was removed for the status 201

      response-property-const-removed

    • the type response property const value FLOW was removed for the status 201

      response-property-const-removed

    • the type response property const value FOOTER was removed for the status 201

      response-property-const-removed

    • the type response property const value FOOTER was removed for the status 201

      response-property-const-removed

    • the type response property const value FOOTER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value HEADER was removed for the status 201

      response-property-const-removed

    • the type response property const value ORDER_DETAILS was removed for the status 201

      response-property-const-removed

    • the type response property const value ORDER_DETAILS was removed for the status 201

      response-property-const-removed

    • the type response property const value ORDER_DETAILS was removed for the status 201

      response-property-const-removed

    • the type response property const value OTP was removed for the status 201

      response-property-const-removed

    • the type response property const value OTP was removed for the status 201

      response-property-const-removed

    • the type response property const value OTP was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value PHONE_NUMBER was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value QUICK_REPLY was removed for the status 201

      response-property-const-removed

    • the type response property const value REQUEST_CONTACT_INFO was removed for the status 201

      response-property-const-removed

    • the type response property const value REQUEST_CONTACT_INFO was removed for the status 201

      response-property-const-removed

    • the type response property const value REQUEST_CONTACT_INFO was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the type response property const value URL was removed for the status 201

      response-property-const-removed

    • the analytics/items/buttons/items/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the category response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the changes/allOf[WhatsappTemplateChangesDto]/status response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the language response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the qualityScore response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the rejectionCode response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • the state response's property type/format changed from string/ to / for status 201

      response-property-type-changed

    • removed the optional property changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/examples from the response with the 201 status

      response-optional-property-removed

    • removed the optional property changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/examples from the response with the 201 status

      response-optional-property-removed

    • removed the optional property details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/examples from the response with the 201 status

      response-optional-property-removed

    • the format request property const value LOCATION was removed

      request-property-const-removed

    • the format request property const value TEXT was removed

      request-property-const-removed

    • the type request property const value BODY was removed

      request-property-const-removed

    • the type request property const value BODY was removed

      request-property-const-removed

    • the type request property const value BUTTONS was removed

      request-property-const-removed

    • the type request property const value BUTTONS was removed

      request-property-const-removed

    • the type request property const value CAROUSEL was removed

      request-property-const-removed

    • the type request property const value COPY_CODE was removed

      request-property-const-removed

    • the type request property const value FLOW was removed

      request-property-const-removed

    • the type request property const value FOOTER was removed

      request-property-const-removed

    • the type request property const value HEADER was removed

      request-property-const-removed

    • the type request property const value HEADER was removed

      request-property-const-removed

    • the type request property const value HEADER was removed

      request-property-const-removed

    • the type request property const value HEADER was removed

      request-property-const-removed

    • the type request property const value ORDER_DETAILS was removed

      request-property-const-removed

    • the type request property const value OTP was removed

      request-property-const-removed

    • the type request property const value PHONE_NUMBER was removed

      request-property-const-removed

    • the type request property const value PHONE_NUMBER was removed

      request-property-const-removed

    • the type request property const value QUICK_REPLY was removed

      request-property-const-removed

    • the type request property const value QUICK_REPLY was removed

      request-property-const-removed

    • the type request property const value REQUEST_CONTACT_INFO was removed

      request-property-const-removed

    • the type request property const value URL was removed

      request-property-const-removed

    • the type request property const value URL was removed

      request-property-const-removed

    • removed subschema #1: InvalidInputErrorTitle subschema #2: ProjectNotInitializedErrorTitle subschema #3: TemplatePoliciesViolationsErrorTitle subschema #4: TemplateCheckMediaFileSizeErrorTitle subschema #5: TemplateInvalidCategoryErrorTitle subschema #6: TemplateInvalidButtonExampleErrorTitle subschema #7: TemplateMediaFileSizeExceedsMaximumFileSizeLimitErrorTitle subschema #8: FileInvalidMimeTypeErrorTitle subschema #9: InvalidPayloadErrorTitle from the response body oneOf list for the response status 400

      response-body-one-of-removed

    • removed subschema #1: ResourceLockedErrorTitle subschema #2: TemplateExistsErrorTitle subschema #3: TemplateNameRecentlyUsedErrorTitle subschema #4: TemplateIncorrectCategoryErrorTitle subschema #5: TemplateRestrictedDomainForButtonUrlErrorTitle subschema #6: FileNotFoundErrorTitle subschema #7: FileSizeTooLargeErrorTitle subschema #8: FileUnexpectedErrorErrorTitle subschema #9: ObjectWithWhatsappBusinessAccountIdDoesNotExistErrorTitle subschema #10: TemplateLanguageRecentlyDeletedErrorTitle from the response body oneOf list for the response status 409

      response-body-one-of-removed

    • removed subschema #1: TemplateLimitReachedErrorTitle subschema #2: TemplateContentAlreadyExistsErrorTitle subschema #3: TemplateSubmitErrorErrorTitle from the response body oneOf list for the response status 424

      response-body-one-of-removed

    • removed subschema #1: TemplateStartSessionForUploadingMediaErrorTitle subschema #2: InternalErrorErrorTitle subschema #3: InternalErrorErrorTitle from the response body oneOf list for the response status 500

      response-body-one-of-removed

    • added the optional property additionalInformation to the response with the 400 status

      response-optional-property-added

    • added the optional property additionalInformation to the response with the 401 status

      response-optional-property-added

    • added the optional property additionalInformation to the response with the 409 status

      response-optional-property-added

    • added the optional property additionalInformation to the response with the 424 status

      response-optional-property-added

    • added the optional property additionalInformation to the response with the 429 status

      response-optional-property-added

    • added the optional property additionalInformation to the response with the 500 status

      response-optional-property-added

    • added the optional property changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/example to the response with the 201 status

      response-optional-property-added

    • added the optional property changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/example to the response with the 201 status

      response-optional-property-added

    • added the optional property details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/example to the response with the 201 status

      response-optional-property-added

    • added WhatsappButtonTypeCopyCodeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeCopyCodeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeCopyCodeEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappCopyCodeButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOrderDetailsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOrderDetailsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOrderDetailsEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOrderDetailsButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOtpEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOtpEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeOtpEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypePhoneNumberEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappPhoneNumberButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeQuickReplyEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappQuickReplyButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeRequestContactInfoEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeRequestContactInfoEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeRequestContactInfoEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappRequestContactInfoButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappButtonTypeUrlEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/buttons/items/anyOf[WhatsappUrlButtonDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappCardHeaderComponentFormatsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappCardHeaderComponentFormatsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappCardHeaderComponentFormatsEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeBodyEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardBodyComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeButtonsEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardButtonsComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeCarouselEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeCarouselEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeCarouselEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeFooterEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeFooterEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeFooterEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappFooterComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappComponentTypeHeaderEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappFlowActionEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappFlowActionEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappFlowActionEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappLocationHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappLocationHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappLocationHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappLocationHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappMediaHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappMediaHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappMediaHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappOtpTypeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappOtpTypeEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappOtpTypeEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateAnalyticsButtonTypesEnum to the analytics/items/buttons/items/type response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateCategoryEnum to the category response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateLanguagesEnum to the language response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateQualityScoreEnum to the qualityScore response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateRejectionCodeEnum to the rejectionCode response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateStatesEnum to the state response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTemplateStatusesEnum to the changes/allOf[WhatsappTemplateChangesDto]/status response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTextHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTextHeaderComponentFormatEnum to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • added WhatsappTextHeaderComponentFormatEnum to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappTextHeaderComponentDto]/format response property allOf list for the response status 201

      response-property-all-of-added

    • the response property errorCode became required for the status 401

      response-property-became-required

    • the response property errorCode became required for the status 429

      response-property-became-required

    • the response property message became required for the status 401

      response-property-became-required

    • the response property message became required for the status 429

      response-property-became-required

    • the response property resolution became required for the status 401

      response-property-became-required

    • the response property resolution became required for the status 429

      response-property-became-required

    • removed the ABUSIVE_CONTENT enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the AF enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the APPROVED enum value from the state response property for the response status 201

      response-property-enum-value-removed

    • removed the AR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the AUTHENTICATION enum value from the category response property for the response status 201

      response-property-enum-value-removed

    • removed the AZ enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the BG enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the BN enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the CA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the COPY_CODE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the COPY_CODE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the COPY_CODE enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the CS enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the DA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the DATA_EXCHANGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the DATA_EXCHANGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the DATA_EXCHANGE enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the DE enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the DISABLED enum value from the state response property for the response status 201

      response-property-enum-value-removed

    • removed the DOCUMENT enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the DOCUMENT enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the DOCUMENT enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the DRAFT enum value from the changes/allOf[WhatsappTemplateChangesDto]/status response property for the response status 201

      response-property-enum-value-removed

    • removed the EL enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the EN enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the EN_GB enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the EN_US enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ES enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ES_AR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ES_ES enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ES_MX enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ES_UY enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ET enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the FA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the FI enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the FIL enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the FR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the GA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the GU enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the HA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the HE enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the HI enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the HR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the HU enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ID enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the IMAGE enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the INCORRECT_CATEGORY enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the INVALID_FORMAT enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the IN_PROGRESS enum value from the changes/allOf[WhatsappTemplateChangesDto]/status response property for the response status 201

      response-property-enum-value-removed

    • removed the IT enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the JA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the KA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the KK enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the KN enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the KO enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the KY_KG enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the LO enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the LT enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the LV enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the MARKETING enum value from the category response property for the response status 201

      response-property-enum-value-removed

    • removed the MK enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ML enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the MR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the MS enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the NAVIGATE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the NAVIGATE enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the NAVIGATE enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the NB enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the NL enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the NONE enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the ONE_TAP enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the ONE_TAP enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the ONE_TAP enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the PA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the PAUSED enum value from the state response property for the response status 201

      response-property-enum-value-removed

    • removed the PENDING enum value from the state response property for the response status 201

      response-property-enum-value-removed

    • removed the PL enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the PT_BR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the PT_PT enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the QUALITY_SCORE_GREEN enum value from the qualityScore response property for the response status 201

      response-property-enum-value-removed

    • removed the QUALITY_SCORE_RED enum value from the qualityScore response property for the response status 201

      response-property-enum-value-removed

    • removed the QUALITY_SCORE_UNKNOWN enum value from the qualityScore response property for the response status 201

      response-property-enum-value-removed

    • removed the QUALITY_SCORE_YELLOW enum value from the qualityScore response property for the response status 201

      response-property-enum-value-removed

    • removed the QUICK_REPLY enum value from the analytics/items/buttons/items/type response property for the response status 201

      response-property-enum-value-removed

    • removed the REJECTED enum value from the changes/allOf[WhatsappTemplateChangesDto]/status response property for the response status 201

      response-property-enum-value-removed

    • removed the REJECTED enum value from the state response property for the response status 201

      response-property-enum-value-removed

    • removed the RO enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the RU enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the RW_RW enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SCAM enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the SK enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SL enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SQ enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SV enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the SW enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the TA enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the TE enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the TH enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the TR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the UK enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the UNIQUE_URL enum value from the analytics/items/buttons/items/type response property for the response status 201

      response-property-enum-value-removed

    • removed the UNKNOWN enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNKNOWN enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNKNOWN enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the analytics/items/buttons/items/type response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the category response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappFlowButtonDto]/flowAction response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the qualityScore response property for the response status 201

      response-property-enum-value-removed

    • removed the UNRECOGNIZED enum value from the rejectionCode response property for the response status 201

      response-property-enum-value-removed

    • removed the UR enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the URL enum value from the analytics/items/buttons/items/type response property for the response status 201

      response-property-enum-value-removed

    • removed the UTILITY enum value from the category response property for the response status 201

      response-property-enum-value-removed

    • removed the UZ enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the VI enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappCarouselComponentDto]/cards/items/components/items/anyOf[WhatsappCardHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the VIDEO enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappMediaHeaderComponentDto]/format response property for the response status 201

      response-property-enum-value-removed

    • removed the ZERO_TAP enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the ZERO_TAP enum value from the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the ZERO_TAP enum value from the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/anyOf[WhatsappOtpButtonDto]/otpType response property for the response status 201

      response-property-enum-value-removed

    • removed the ZH_CN enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ZH_HK enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ZH_TW enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • removed the ZU enum value from the language response property for the response status 201

      response-property-enum-value-removed

    • added the required property errorCode to the response with the 400 status

      response-required-property-added

    • added the required property errorCode to the response with the 409 status

      response-required-property-added

    • added the required property errorCode to the response with the 424 status

      response-required-property-added

    • added the required property errorCode to the response with the 500 status

      response-required-property-added

    • added the required property message to the response with the 400 status

      response-required-property-added

    • added the required property message to the response with the 409 status

      response-required-property-added

    • added the required property message to the response with the 424 status

      response-required-property-added

    • added the required property message to the response with the 500 status

      response-required-property-added

    • added the required property resolution to the response with the 400 status

      response-required-property-added

    • added the required property resolution to the response with the 409 status

      response-required-property-added

    • added the required property resolution to the response with the 424 status

      response-required-property-added

    • added the required property resolution to the response with the 500 status

      response-required-property-added

    • api operation id TemplatesController_createTemplate_v1 removed and replaced with WhatsappTemplatesController_createTemplate_v1

      api-operation-id-removed

    • added WhatsappCopyCodeButtonInputDto to the details/allOf[WhatsappTemplateDetailsInputDto]/components/items/anyOf[WhatsappButtonsComponentInputDto]/buttons/items/ request property anyOf list

      request-property-any-of-added

    • added WhatsappCopyCodeButtonDto to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateChangesDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/ response property anyOf list for the response status 201

      response-property-any-of-added

    • added WhatsappCopyCodeButtonDto to the changes/allOf[WhatsappTemplateChangesDto]/details/anyOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/ response property anyOf list for the response status 201

      response-property-any-of-added

    • added WhatsappCopyCodeButtonDto to the details/allOf[WhatsappTemplateDetailsDto]/components/items/anyOf[WhatsappButtonsComponentDto]/buttons/items/ response property anyOf list for the response status 201

      response-property-any-of-added

Of the 4 revisions, 1 has no diff computed.