Português (BR)
cURL
curl --request PUT \ --url https://memberkit.com.br/api/v1/hooks/{id} \ --header 'Content-Type: application/json' \ --data '""'
{ "id": 123, "url": "<string>", "status": "<string>", "events": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Atualiza um webhook específico através do ID.
ID do webhook.
The response is of type object.
object
Esta página foi útil?