v1
latestOpenAPI 3.0.12026-07-177473205.1 KBDomain management
Create an actor.
put/actor
Request body
identifierstring required
The actor's unique identifier in the specification, used to refer to it from test cases.
namestring required
The actor's display name.
descriptionstring
The actor's description.
reportMetadatastring
The actor's additional metadata for XML reports.
defaultboolean
Whether the actor should be considered as the default choice for new conformance statements within its specification.
hiddenboolean
Whether the actor should be hidden.
displayOrdernumber
The actor's display order relative to other actors when presented in test execution diagrams.
apiKeystring
The API key to set for the actor. If this key is already assigned, a new one will be generated.
specificationstring required
The API key of the specification within which to create the actor.
Response
Actor created.
apiKeystring required
The API key value.