cURL
curl --request PUT \ --url https://tables-api.softr.io/api/v1/databases/{databaseId} \ --header 'Content-Type: application/json' \ --header 'Softr-Api-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "workspaceId": "<string>", "tablesCount": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
Update the details of an existing database.
Documentation IndexFetch the complete documentation index at: https://docs.softr.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.softr.io/llms.txt
Use this file to discover all available pages before exploring further.
The updated database.
Show child attributes
Was this page helpful?