cURL
curl -X PUT https://morimori.app/api/v2/orders/webhooks/WEBHOOK_ID \ -H "Authorization: Bearer YOUR_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Webhook", "url": "https://example.com/webhook-v2" }'
{ "data": { "id": 123, "name": "<string>", "url": "<string>", "isActive": true, "updatedAt": "2023-11-07T05:31:56Z" } }
웹훅 정보를 수정합니다.
API Key for external client access
Webhook ID
Webhook name
100
Webhook URL
"https://example.com/webhook"
Updated successfully
Show child attributes