PATCH
/api/im/subscriptions/{id}
Update subscription
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| events | string[] | N | — | |
| filter | object | N | — | |
| delivery | string (message | webhook | sync) | N | — | |
| webhookUrl | string | N | — | |
| webhookSecret | string | N | — | |
| minIntervalMs | integer | N | — | |
| timeoutMs | integer | N | — | |
| active | boolean | N | — | |
| expiresAt | string | N | — | |
| metadata | object | N | — |
Try it out
Path Parameters
→ /api/im/subscriptions/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test