Skip to content

Commit 9ba1639

Browse files
committed
RC: Modify process lifecycle to make clearer that some GET requests require extra processing
1 parent d925e7a commit 9ba1639

File tree

3 files changed

+2
-83
lines changed

3 files changed

+2
-83
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Redis Cloud owners and viewers can leverage a REST API that permits operations a
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

17-
All create, update, and delete API operations (`POST`, `PUT`, and `DELETE`) and some query operations (`GET`) run asynchronously, which means that provisioning occurs in the background. When you submit a request, a background process, known as a **Task**, starts working on it. The response object includes an ID that lets you determine the status of the background process as it performs its work.
17+
All create, update, and delete API operations (`POST`, `PUT`, and `DELETE`) and some query operations (`GET`) run asynchronously, which means that provisioning or processing occurs in the background. When you submit a request, a background process, known as a **Task**, starts working on it. The response object includes an ID that lets you determine the status of the background process as it works.
1818

19-
For operations that do not create or modify resources (such as most GET operations), the API is synchronous; that is, the response object reports the results of the request.
19+
For operations that do not create or modify resources or do not require additional processing (such as most GET operations), the API is synchronous; that is, the response object reports the results of the request.
2020

2121
Asynchronous operations have two main phases: processing and provisioning. A resource is not available until both phases are complete.
2222

content/operate/rc/api/how-to/manage-api-keys.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

content/operate/rc/api/how-to/metrics-and-performance-data.md

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)