Update Account's Webhook
PUT/webhooks/:id/
Request
Path Parameters
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
v1
- V1
Possible values: <= 255 characters
Name of the webhook.
If true, verify the HTTPS certificate of the webhook URL. Defaults to true.
Possible values: [v1
]
API version of the webhook.
Body
required
v1
- V1
Possible values: <= 255 characters
Name of the webhook.
If true, verify the HTTPS certificate of the webhook URL. Defaults to true.
Possible values: [v1
]
API version of the webhook.
Body
required
v1
- V1
Possible values: <= 255 characters
Name of the webhook.
If true, verify the HTTPS certificate of the webhook URL. Defaults to true.
Possible values: [v1
]
API version of the webhook.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
v1
- V1
A unique Base58 value identifying this object.
Possible values: <= 255 characters
Name of the webhook.
If true, verify the HTTPS certificate of the webhook URL. Defaults to true.
Possible values: [v1
]
API version of the webhook.
created_by
object
required
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Possible values: <= 60 characters
Name of the user.
Date and time of the last change, in ISO 8601 UTC format.
For example, "2023-08-09T13:27:43.8208302".
changed_by
object
required
User who last made changes.
A unique Base58 value identifying this object.
Possible values: <= 254 characters
Email of the user.
Possible values: <= 60 characters
Name of the user.
{
"id": "string",
"name": "string",
"url": "string",
"check_cert": true,
"api_version": "v1",
"created": "2024-07-29T15:51:28.071Z",
"created_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
},
"changed": "2024-07-29T15:51:28.071Z",
"changed_by": {
"id": "string",
"email": "[email protected]",
"name": "string"
}
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}