You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/requests/actions/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ Regardless of an action’s source, each action in the response contains the fol
100
100
| Code | Description |
101
101
|------|-------------|
102
102
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| No error, response provides info about an ongoing action |
103
-
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (i.e. not currently running and no available status of last run).|
103
+
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (for example, not currently running and no available status of last run).|
104
104
105
105
## Get all actions v2 {#get-all-actions-v2}
106
106
@@ -243,7 +243,7 @@ Regardless of an action’s source, each action contains the following attribute
243
243
| Code | Description |
244
244
|------|-------------|
245
245
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| No error, response provides info about an ongoing action |
246
-
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (i.e. not currently running and no available status of last run) |
246
+
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (that is, not currently running and no available status of last run) |
247
247
248
248
## Get a specific action v2 {#get-action-v2}
249
249
@@ -323,4 +323,4 @@ Regardless of an action’s source, each action contains the following attribute
323
323
| Code | Description |
324
324
|------|-------------|
325
325
|[200 OK](https://www.rfc-editor.org/rfc/rfc9110.html#name-200-ok)| No error, response provides info about an ongoing action |
326
-
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (i.e. not currently running and no available status of last run) |
326
+
|[404 Not Found](https://www.rfc-editor.org/rfc/rfc9110.html#name-404-not-found)| Action does not exist (that is, not currently running and no available status of last run) |
0 commit comments