Actions Datastores
Create datastore
Creates a new datastore.
post/api/v2/actions-datastores
Request body
Example request
{
"data": {
"attributes": {
"name": "datastore-name"
},
"type": "datastores"
}
}Response
OK
Example response
{
"data": {
"type": "datastores"
}
}