Update Database
Databases
Update Database
Updates the name or description of a specific database by its ID.
PUT
Update Database
Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
The ID of the database to update.
The fields to update for the database.
Response
The updated details of the database.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND_OR_FORBIDDEN: The specified database does not exist or the user lacks access.INVALID_NAME: The provided name is invalid.INVALID_DESCRIPTION: The provided description is invalid.
A descriptive message providing additional details about the error.