Skip to content

Commit d8f0520

Browse files
Apply suggestions from code review
Co-authored-by: mich-elle-luna <[email protected]>
1 parent 6303a6f commit d8f0520

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Regardless of an action’s source, each action in the response contains the fol
100100
| Code | Description |
101101
|------|-------------|
102102
| [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).|
104104

105105
## Get all actions v2 {#get-all-actions-v2}
106106

@@ -243,7 +243,7 @@ Regardless of an action’s source, each action contains the following attribute
243243
| Code | Description |
244244
|------|-------------|
245245
| [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) |
247247

248248
## Get a specific action v2 {#get-action-v2}
249249

@@ -323,4 +323,4 @@ Regardless of an action’s source, each action contains the following attribute
323323
| Code | Description |
324324
|------|-------------|
325325
| [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

Comments
 (0)