Update webhook info
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Path parameters
id
Request
This endpoint expects an object.
actions
headers
Key Value Json of headers
is_active
If value is False the webhook is disabled
send_for_all_actions
If value is False - used only for actions from WebhookAction
send_payload
If value is False send only action
url
URL of webhook
Response
created_at
Creation time
id
organization
project
updated_at
Last update time
url
URL of webhook
actions
headers
Key Value Json of headers
is_active
If value is False the webhook is disabled
send_for_all_actions
If value is False - used only for actions from WebhookAction
send_payload
If value is False send only action