/externalAccounts/account/{name}/config
Mount Point: /api/v16/externalAccounts/account/{name}/config
GET
Get configs of external account for the given account name.
Parameters
| name | description | type | default |
|---|---|---|---|
| name | (no documentation provided) | path | |
| view | The view to materialize, either "summary" or "full". | query | summary |
Response Body
| element: | configList |
the current external account configurations.
PUT
Upadate configs of external account for the given account name.
Parameters
| name | description | type | default |
|---|---|---|---|
| name | (no documentation provided) | path | |
| message | Optional message describing the changes. | query |
Request Body
| element: | configList |
Settings to update.
Response Body
| element: | configList |
The updated configuration.