cURL
curl --request PUT \ --url https://api.sevalla.com/v2/databases/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resource_type": "db-standard-1", "display_name": "My Database" } '
{ "database": { "id": "fb5e5168-4281-4bec-94c5-0d1584e9e657", "display_name": "My Database", "status": "ready" } }
Update settings or metadata for an existing database.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Resource type name
"db-standard-1"
New display name
2 - 64
"My Database"
Default Response
Show child attributes
Was this page helpful?