Admin - Hosting Account Databases

Create a new database

post/api/hosting-account/databases

Request body

hosting_account_idinteger required
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