Move Database to a group (and creates if necessary)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

db_idintegerRequired
ID of the database to move into the group

Headers

x-api-keystringRequired

Request

The db group parameters
source_db_group_idintegerRequired

The current database db_group_id (or 0)

target_db_group_idintegerRequired

The DB Group ID to assign (-1 if new group)

target_db_group_namestringRequired

If creating a new DB group then this is the name (empty if target_db_group_id > 0)

Response

successful operation