Skip to content

Commit 024a71f

Browse files
committed
RS: Added /v2/actions status values to REST API reference
1 parent 2a2f94c commit 024a71f

File tree

1 file changed

+2
-2
lines changed
  • content/operate/rs/references/rest-api/requests/actions

1 file changed

+2
-2
lines changed

content/operate/rs/references/rest-api/requests/actions/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The v2 action object includes the following fields:
137137
| creation_time | integer | The action's creation time. Unix timestamp in seconds. |
138138
| name | string | Name of the running or failed state machine |
139139
| progress | float (range: 0-100) | Percent of completed steps for the action |
140-
| status | string | The action's status |
140+
| status | "queued"<br />"running"<br />"completed"<br />"failed" | The action's status |
141141
| additional_info | JSON object | A dictionary that can include additional information about the action; only included in the response if it contains at least one key-value pair |
142142

143143
The `additional_info` object can contain any of the following fields:
@@ -286,7 +286,7 @@ The v2 action object includes the following fields:
286286
| creation_time | integer | The action's creation time. Unix timestamp in seconds. |
287287
| name | string | Name of the running or failed state machine |
288288
| progress | float (range: 0-100) | Percent of completed steps for the action |
289-
| status | string | The action's status |
289+
| status | "queued"<br />"running"<br />"completed"<br />"failed" | The action's status |
290290
| additional_info | JSON object | A dictionary that can include additional information about the action; only included in the response if it contains at least one key-value pair |
291291

292292
The `additional_info` object can contain any of the following fields:

0 commit comments

Comments
 (0)