Client - Databases

Create a new database on the caller's account

post/api/client/databases

Request body

database_namestring required

Response

Database created successfully

idinteger

ID of the database

hosting_account_idinteger

ID of the related hosting account

database_namestring

Name of the database

database_name_prefixstring

Prefix for the database name

descriptionstring nullable

Description of the database (nullable)

Changes