Create tables

Create up to 10 tables.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
username
required
string (Username)

The name of the username (a.k.a. database) to be managed from the API

Request Body schema: application/json
required

List of tables to create

required
Array of objects (Items) [ 1 .. 10 ] characters
Responses
200

List of created tables

400

Response of a failed request

422

Validation Error

post/postgresgateway/tables/{username}
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}