v1

latestOpenAPI 3.0.12026-07-177473205.1 KB
Domain management

Update an actor.

post/actor/{actor}

Path parameters

actorstring required

The key identifying the target actor.

Request body

identifierstring

The actor's unique identifier in the specification, used to refer to it from test cases. Skip this if no update should be made.

namestring

The actor's display name. Skip this if no update should be made.

descriptionstring

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

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. Skip this if no update should be made.

hiddenboolean

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

displayOrdernumber

The actor's display order relative to other actors when presented in test execution diagrams. Skip this if no update should be made or set to a negative value to remove the ordering altogether.

Response

Actor updated.