All URIs are relative to /api/v2
Method | HTTP request | Description |
---|---|---|
deleteWebhook | DELETE /webhooks/{resourceId} | Delete a webhook by ID. |
getWebhook | GET /webhooks/{resourceId} | Get a webhook by ID. |
getWebhooks | GET /webhooks | Fetch a list of all webhooks. |
patchWebhook | PATCH /webhooks/{resourceId} | Modify a webhook by ID. |
postWebhook | POST /webhooks | Create a webhook. |
Delete a webhook by ID.
deleteWebhook resourceId=value
Name | Type | Description | Notes |
---|---|---|---|
resourceId | string | The resource ID. |
(empty response body)
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Get a webhook by ID.
getWebhook resourceId=value
Name | Type | Description | Notes |
---|---|---|---|
resourceId | string | The resource ID. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Fetch a list of all webhooks.
getWebhooks
This endpoint does not need any parameter.
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Modify a webhook by ID.
patchWebhook resourceId=value
Name | Type | Description | Notes |
---|---|---|---|
resourceId | string | The resource ID. | |
patchDelta | array[PatchOperation] | Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/' |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Create a webhook.
postWebhook
Name | Type | Description | Notes |
---|---|---|---|
webhookBody | WebhookBody | New webhook. |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]