Skip to content

Commit 1983792

Browse files
jhlodintaroface
andauthored
Apply suggestions from code review
Co-authored-by: Ryan Kuo <[email protected]>
1 parent 914f65c commit 1983792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/cockroachcloud/cloud-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ The cluster ID used in the Cloud API is different from the routing ID used when
10471047
- `{offset_duration}` is the start of the maintenance window, calculated as the amount of time after the start of a week (Monday 00:00 UTC) to begin the window.
10481048
- `{window_duration}` is the length of the maintenance window, which must be greater than 6 hours and less than one week.
10491049

1050-
A cluster's existing maintenance window can be viewed with a `GET` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
1050+
To view a cluster's existing maintenance window, send a `GET` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
10511051

10521052
{% include_cached copy-clipboard.html %}
10531053
~~~ shell
@@ -1063,7 +1063,7 @@ curl --request GET \
10631063
}
10641064
~~~
10651065

1066-
A cluster's maintenance window can be removed with a `DELETE` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
1066+
To remove a cluster's maintenance window, send a `DELETE` request to the `/api/v1/clusters/{cluster_id}/maintenance-window` endpoint:
10671067

10681068
{% include_cached copy-clipboard.html %}
10691069
~~~ shell

0 commit comments

Comments
 (0)