/storeadapterdata/dataview/{name}
Mount Point: /auth/api/v1/storeadapterdata/dataview/{name}/
PUT
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 |