Summary
Update the properties of an integration.
Description
Update the properties of an integration in IAP.
Route
PUT /integrations/:name/properties
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | yes | The name for the selected integration. |
| properties | object | yes | An object containing only the integration properties. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | The output of the integration properties update process. |