zenvia / zenvia-openapi-spec

Zenvia API OpenAPI Specification
MIT License
16 stars 6 forks source link

Adding MTLS attribute to webhooks #367

Open alannaidon opened 1 month ago

alannaidon commented 1 month ago

Adding a new attribute to webhook requests.
isMTLS will indicates if our user wants to use Mutual Transport Layer Security protocol when we deliver our webhooks.

This change will affect all request verbs: GET /: List all webhooks
GET /@id List a single webhook
PATCH: User will be able to change its value.
POST Creation.

image