Config Stores
Update an individual Config Store
Updates a Config Store
put/v2/control-planes/{controlPlaneId}/config-stores/{configStoreId}
Request body
Example request
{
"name": "Config Store"
}Response
Config Store
Example response
{
"id": "b9e81174-b5bb-4638-a3c3-8afe61a0abf8",
"name": "My Name",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}