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