v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBActions 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"
}
}