|
3460 | 3460 | "WebhookMethod": {
|
3461 | 3461 | "description": "The HTTP method to use for calls to the `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and the default is `POST`. See [Webhook Events](https://www.twilio.com/docs/chat/webhook-events) for more details.",
|
3462 | 3462 | "enum": [
|
3463 |
| - "head", |
3464 |
| - "get", |
3465 |
| - "post", |
3466 |
| - "patch", |
3467 |
| - "put", |
3468 |
| - "delete", |
3469 | 3463 | "HEAD",
|
3470 | 3464 | "GET",
|
3471 | 3465 | "POST",
|
|
3478 | 3472 | "Webhooks.OnChannelAdd.Method": {
|
3479 | 3473 | "description": "The HTTP method to use when calling the `webhooks.on_channel_add.url`.",
|
3480 | 3474 | "enum": [
|
3481 |
| - "head", |
3482 |
| - "get", |
3483 |
| - "post", |
3484 |
| - "patch", |
3485 |
| - "put", |
3486 |
| - "delete", |
3487 | 3475 | "HEAD",
|
3488 | 3476 | "GET",
|
3489 | 3477 | "POST",
|
|
3501 | 3489 | "Webhooks.OnChannelAdded.Method": {
|
3502 | 3490 | "description": "The URL of the webhook to call in response to the `on_channel_added` event`.",
|
3503 | 3491 | "enum": [
|
3504 |
| - "head", |
3505 |
| - "get", |
3506 |
| - "post", |
3507 |
| - "patch", |
3508 |
| - "put", |
3509 |
| - "delete", |
3510 | 3492 | "HEAD",
|
3511 | 3493 | "GET",
|
3512 | 3494 | "POST",
|
|
3524 | 3506 | "Webhooks.OnChannelDestroy.Method": {
|
3525 | 3507 | "description": "The HTTP method to use when calling the `webhooks.on_channel_destroy.url`.",
|
3526 | 3508 | "enum": [
|
3527 |
| - "head", |
3528 |
| - "get", |
3529 |
| - "post", |
3530 |
| - "patch", |
3531 |
| - "put", |
3532 |
| - "delete", |
3533 | 3509 | "HEAD",
|
3534 | 3510 | "GET",
|
3535 | 3511 | "POST",
|
|
3547 | 3523 | "Webhooks.OnChannelDestroyed.Method": {
|
3548 | 3524 | "description": "The HTTP method to use when calling the `webhooks.on_channel_destroyed.url`.",
|
3549 | 3525 | "enum": [
|
3550 |
| - "head", |
3551 |
| - "get", |
3552 |
| - "post", |
3553 |
| - "patch", |
3554 |
| - "put", |
3555 |
| - "delete", |
3556 | 3526 | "HEAD",
|
3557 | 3527 | "GET",
|
3558 | 3528 | "POST",
|
|
3570 | 3540 | "Webhooks.OnChannelUpdate.Method": {
|
3571 | 3541 | "description": "The HTTP method to use when calling the `webhooks.on_channel_update.url`.",
|
3572 | 3542 | "enum": [
|
3573 |
| - "head", |
3574 |
| - "get", |
3575 |
| - "post", |
3576 |
| - "patch", |
3577 |
| - "put", |
3578 |
| - "delete", |
3579 | 3543 | "HEAD",
|
3580 | 3544 | "GET",
|
3581 | 3545 | "POST",
|
|
3593 | 3557 | "Webhooks.OnChannelUpdated.Method": {
|
3594 | 3558 | "description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
|
3595 | 3559 | "enum": [
|
3596 |
| - "head", |
3597 |
| - "get", |
3598 |
| - "post", |
3599 |
| - "patch", |
3600 |
| - "put", |
3601 |
| - "delete", |
3602 | 3560 | "HEAD",
|
3603 | 3561 | "GET",
|
3604 | 3562 | "POST",
|
|
3616 | 3574 | "Webhooks.OnMemberAdd.Method": {
|
3617 | 3575 | "description": "The HTTP method to use when calling the `webhooks.on_member_add.url`.",
|
3618 | 3576 | "enum": [
|
3619 |
| - "head", |
3620 |
| - "get", |
3621 |
| - "post", |
3622 |
| - "patch", |
3623 |
| - "put", |
3624 |
| - "delete", |
3625 | 3577 | "HEAD",
|
3626 | 3578 | "GET",
|
3627 | 3579 | "POST",
|
|
3639 | 3591 | "Webhooks.OnMemberAdded.Method": {
|
3640 | 3592 | "description": "The HTTP method to use when calling the `webhooks.on_channel_updated.url`.",
|
3641 | 3593 | "enum": [
|
3642 |
| - "head", |
3643 |
| - "get", |
3644 |
| - "post", |
3645 |
| - "patch", |
3646 |
| - "put", |
3647 |
| - "delete", |
3648 | 3594 | "HEAD",
|
3649 | 3595 | "GET",
|
3650 | 3596 | "POST",
|
|
3662 | 3608 | "Webhooks.OnMemberRemove.Method": {
|
3663 | 3609 | "description": "The HTTP method to use when calling the `webhooks.on_member_remove.url`.",
|
3664 | 3610 | "enum": [
|
3665 |
| - "head", |
3666 |
| - "get", |
3667 |
| - "post", |
3668 |
| - "patch", |
3669 |
| - "put", |
3670 |
| - "delete", |
3671 | 3611 | "HEAD",
|
3672 | 3612 | "GET",
|
3673 | 3613 | "POST",
|
|
3685 | 3625 | "Webhooks.OnMemberRemoved.Method": {
|
3686 | 3626 | "description": "The HTTP method to use when calling the `webhooks.on_member_removed.url`.",
|
3687 | 3627 | "enum": [
|
3688 |
| - "head", |
3689 |
| - "get", |
3690 |
| - "post", |
3691 |
| - "patch", |
3692 |
| - "put", |
3693 |
| - "delete", |
3694 | 3628 | "HEAD",
|
3695 | 3629 | "GET",
|
3696 | 3630 | "POST",
|
|
3708 | 3642 | "Webhooks.OnMessageRemove.Method": {
|
3709 | 3643 | "description": "The HTTP method to use when calling the `webhooks.on_message_remove.url`.",
|
3710 | 3644 | "enum": [
|
3711 |
| - "head", |
3712 |
| - "get", |
3713 |
| - "post", |
3714 |
| - "patch", |
3715 |
| - "put", |
3716 |
| - "delete", |
3717 | 3645 | "HEAD",
|
3718 | 3646 | "GET",
|
3719 | 3647 | "POST",
|
|
3731 | 3659 | "Webhooks.OnMessageRemoved.Method": {
|
3732 | 3660 | "description": "The HTTP method to use when calling the `webhooks.on_message_removed.url`.",
|
3733 | 3661 | "enum": [
|
3734 |
| - "head", |
3735 |
| - "get", |
3736 |
| - "post", |
3737 |
| - "patch", |
3738 |
| - "put", |
3739 |
| - "delete", |
3740 | 3662 | "HEAD",
|
3741 | 3663 | "GET",
|
3742 | 3664 | "POST",
|
|
3754 | 3676 | "Webhooks.OnMessageSend.Method": {
|
3755 | 3677 | "description": "The HTTP method to use when calling the `webhooks.on_message_send.url`.",
|
3756 | 3678 | "enum": [
|
3757 |
| - "head", |
3758 |
| - "get", |
3759 |
| - "post", |
3760 |
| - "patch", |
3761 |
| - "put", |
3762 |
| - "delete", |
3763 | 3679 | "HEAD",
|
3764 | 3680 | "GET",
|
3765 | 3681 | "POST",
|
|
3777 | 3693 | "Webhooks.OnMessageSent.Method": {
|
3778 | 3694 | "description": "The URL of the webhook to call in response to the `on_message_sent` event`.",
|
3779 | 3695 | "enum": [
|
3780 |
| - "head", |
3781 |
| - "get", |
3782 |
| - "post", |
3783 |
| - "patch", |
3784 |
| - "put", |
3785 |
| - "delete", |
3786 | 3696 | "HEAD",
|
3787 | 3697 | "GET",
|
3788 | 3698 | "POST",
|
|
3800 | 3710 | "Webhooks.OnMessageUpdate.Method": {
|
3801 | 3711 | "description": "The HTTP method to use when calling the `webhooks.on_message_update.url`.",
|
3802 | 3712 | "enum": [
|
3803 |
| - "head", |
3804 |
| - "get", |
3805 |
| - "post", |
3806 |
| - "patch", |
3807 |
| - "put", |
3808 |
| - "delete", |
3809 | 3713 | "HEAD",
|
3810 | 3714 | "GET",
|
3811 | 3715 | "POST",
|
|
3823 | 3727 | "Webhooks.OnMessageUpdated.Method": {
|
3824 | 3728 | "description": "The HTTP method to use when calling the `webhooks.on_message_updated.url`.",
|
3825 | 3729 | "enum": [
|
3826 |
| - "head", |
3827 |
| - "get", |
3828 |
| - "post", |
3829 |
| - "patch", |
3830 |
| - "put", |
3831 |
| - "delete", |
3832 | 3730 | "HEAD",
|
3833 | 3731 | "GET",
|
3834 | 3732 | "POST",
|
|
0 commit comments