Update Bolt Database
PUT
/v1/bolts/{boltId}/databases/{databaseId}Update the information of a database.
Request
Path Params
boltId
string
required
The ID of your Bolt.
Example:
1234
databaseId
integer
required
The ID of the database can be retrieved via the List Bolt Database endpoint.
Example:
5678
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
data
object
required
attributes
object
required
Example
{
"data": {
"attributes": {
"name": "new database name",
"password": "d7fgy8fybfb7df78df7vdf78"
}
}
}
Request samples
Responses
No Content(204)
Parameter Error(422)
HTTP Code: 204
Content Type : Rawtext/plain
Example
Not configured
Last modified: 5 months ago