senlin/api-ref/source/samples/action-get-request.json
Jude Cross ffbfa8042e Add action_update api to cancel actions
This patch implements the action_update API to allow the status
of an action to be updated. For now we are only accepting
'CANCELLED' as a valid status value.

Implements: blueprint action-update
Change-Id: I76402401cb67bc9a2aa1df43ec0f28fc446f04bd
2018-12-05 16:08:21 -08:00

6 lines
49 B
JSON

{
"action": {
"status": "CANCELLED",
}
}