/storeadapterdata/dataview/{name}
This resource is available only to principals with these entitlements: com.unboundid.broker.models.security.access.BrokerRole.UPDATE_STOREADAPTERDATA com.unboundid.broker.models.security.access.BrokerRole.BROKER_ADMIN
Mount Point: /auth/api/v1/storeadapterdata/dataview/{name}/
PUT
This operation is available only to principals with these entitlements: com.unboundid.broker.models.security.access.BrokerRole.UPDATE_STOREADAPTERDATA com.unboundid.broker.models.security.access.BrokerRole.BROKER_ADMIN
Update store adapter data mappings for a specified data view.
Parameters
name | description | type | default |
---|---|---|---|
name | The name of the data view to be updated. | path |
Request Body
element: | (custom) |
media types: | application/json |
A list of the store adapter data to be updated. No changes are made to any store adapter data for which no data is provided.
Response Body
result: | storeAdapterData |
media types: | application/json |
The list of all store adapter data for the data view, in no particular order.
Status Codes
code | description |
---|---|
200 | Success |
404 | No such object |