v1

latestOpenAPI 3.0.12026-07-177473205.1 KB
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.

reportMetadatastring

The specification's additional metadata for XML reports.

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.

domainstring

The API key of the domain within which to create the specification. This can be omitted if the community identified by the community API key used for authorisation is linked to a specific domain.

Response

Specification created.

apiKeystring required

The API key value.