Domain management

Create a specification.

put/specification

Request body

shortNamestring required

The specification's short name.

fullNamestring required

The specification's full name.

descriptionstring

The specification's description.

hiddenboolean

Whether the specification should be hidden.

displayOrdernumber

The specification's display order relative to other groups and specifications.

apiKeystring

The API key to set for the specification. If this key is already assigned, a new one will be generated.

groupstring

The API key of the specification group within which to create the specification. If not provided the specification will be created directly under the domain.

Response

Specification created.

apiKeystring required

The API key value.

Changes