Actions Datastores
Update datastore
Updates an existing datastore's attributes.
patch/api/v2/actions-datastores/{datastore_id}
Path parameters
datastore_idstring required
The unique identifier of the datastore to retrieve.
Request body
Example request
{
"data": {
"type": "datastores"
}
}Response
OK
Example response
{
"data": {
"type": "datastores"
}
}