AurionAI Docs

Update Webhook

PUT
/api/v2/notification-webhooks/{webhook_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

webhook_id*Webhook Id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v2/notification-webhooks/string" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}