Databases
Create database schema
Add a new database schema to the server.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/servers/{server}/database/schemas
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
Request body
Example request
{
"name": "forge",
"user": "james",
"password": "password"
}Response
DatabaseResource