v1

latestOpenAPI 3.0.12026-07-177473205.1 KB
Domain management

Update a specification.

post/specification/{specification}

Path parameters

specificationstring required

The key identifying the target specification.

Request body

shortNamestring

The specification's short name. Skip this if no update should be made.

fullNamestring

The specification's full name. Skip this if no update should be made.

descriptionstring

The specification's description. Skip this if no update should be made or provide as an empty string to remove the current value.

reportMetadatastring

The specification's additional metadata for XML reports.

hiddenboolean

Whether the specification should be hidden. Skip this if no update should be made.

displayOrdernumber

The specification's display order relative to other groups and specifications. Skip this if no update should be made or set to a negative value to remove the ordering altogether.

groupstring

The API key of the specification group within which to move the specification. Skip this if no update should be made or provide as an empty string to remove the specification from its current group.

Response

Specification updated.