Update a service action
Update a service action
Path Parameters |
---|
id uuid — REQUIREDUnique identifier for the entity represented as a UUID |
Request Body Object representing instances | ||
---|---|---|
name stringPossible values: 1 ≤ length Name of the entity. Must be a non-empty string and not equal to null | ||
desired_specification_id Desired unique identifier for the associated specification | ||
messages object[]
| ||
status stringPossible values: [ Status of the action. Should be one of the specified values in the ActionStatus enumeration | ||
parameters objectParameters associated with the action | ||
results objectResults produced by the action |
Responses | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2XX Object representing instances
| ||||||||||||||||
4XX Format for representing errors during API interactions
| ||||||||||||||||
5XX Format for representing errors during API interactions
|