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