Skip to content

Commit fa8b785

Browse files
committed
API doc typos and fixes
1 parent 00a0fb2 commit fa8b785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/operate/rc/api/get-started/process-lifecycle.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: API requests follow specific lifecycle phases and states, based on
1010
linkTitle: API request lifecycle
1111
weight: 60
1212
---
13-
Redis Cloud owners and viewers can leverage a RESTful API that permits operations against a variety of resources, including subscriptions, databases, and related infrastructure.
13+
Redis Cloud owners and viewers can leverage a REST API that permits operations against a variety of resources, including subscriptions, databases, and related infrastructure.
1414

1515
[Once it's enabled]({{< relref "/operate/rc/api/get-started/enable-the-api.md" >}}), you can use the REST API to create, update, and delete subscriptions, databases, and other entities.
1616

@@ -28,11 +28,11 @@ During this phase, the request is received, evaluated, planned, and executed.
2828

2929
### Use tasks to track requests
3030

31-
Many operations are asychronous, including CREATE, UPDATE, and DELETE operations. The response objects for such operations provide a `taskId` identifier that lets you track the progress of the underlying operation.
31+
The response objects for all asynchronous operations provide a `taskId` identifier that lets you track the progress of the underlying operation.
3232

3333
You can query the `taskId` to track the state of a specific task using [`GET /v1/tasks/{taskId}`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getTaskById" >}}).
3434

35-
You can also query the state of all active tasks or recently completed tasks in your account using [`GET /tasks`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getAllTasks" >}})
35+
You can also query the state of all active tasks or recently completed tasks in your account using [`GET /tasks`]({{< relref "/operate/rc/api/api-reference#tag/Tasks/operation/getAllTasks" >}}).
3636

3737
### Task process states
3838

0 commit comments

Comments
 (0)