API integration
List API integrations¶
Create an API integration¶
POST/api/v2/api-integrations
Create an API integration
查询参数¶
| 参数 | 描述 |
|---|---|
| createMode string | Parameter allowing support for different modes of resource creation. Possible values include:
|
响应¶
| 代码 | 描述 |
|---|---|
| 200 | Successful request. |
| 202 |
Fetch an API integration¶
Create an (or alter an existing) API integration¶
PUT/api/v2/api-integrations/{name}
Create an (or alter an existing) API integration. Note that API_KEY is not currently altered by this operation and is supported for a newly-created object only. Unsetting API_BLOCKED_PREFIXES is also unsupported.
响应¶
| 代码 | 描述 |
|---|---|
| 200 | |
| 202 |
Delete an API integration¶
DELETE/api/v2/api-integrations/{name}
Delete an API integration
查询参数¶
| 参数 | 描述 |
|---|---|
| ifExists boolean | Parameter that specifies how to handle the request for a resource that does not exist:
|
响应¶
| 代码 | 描述 |
|---|---|
| 200 | |
| 202 |