Changes to Create a new webhook scoped to the conversation

POST /v1/Conversations/{ConversationSid}/Webhooks

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

Changed in 3 of the 51 revisions of this API.43

  1. v192d1169c37c232
  2. v1b4d0e634cd691
  3. v14e3f150aaa781

What changed

  • v192d1169c37c232See the full diff
    • removed the enum value GET of the request property Configuration.Method

      request-property-enum-value-removed

    • removed the enum value POST of the request property Configuration.Method

      request-property-enum-value-removed

    • the configuration response's property type/format changed from object/ to / for status 201

      response-property-type-changed

    • added the new get enum value to the request property Configuration.Method

      request-property-enum-value-added

    • added the new post enum value to the request property Configuration.Method

      request-property-enum-value-added

    • the configuration response's property type/format changed from / to object/ for status 201

      response-property-type-changed

    • api tag ConversationsV1Webhook added

      api-tag-added