Skip to main content

Create new domain

Creates a new domain.

Request Body required

Definition of the domain to add.

  • name string required

    Name of the domain.

  • parentId uuid required

    Id of the parent domain. If there is no parent domain this value will be null.

  • solutions string[] required

    Contains list of solutions.

Responses

The domain was successfully created.

Response Headers
  • Location string

    URL to the resource that got created.

Loading...