Skip to content

Commit 404bc7e

Browse files
committed
Fix command syntax
1 parent 99996af commit 404bc7e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website_and_docs/content/documentation/grid/advanced_features/endpoints.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Grid status provides the current state of the Grid. It consists of details about
1616
For every Node, the status includes information regarding Node availability, sessions, and slots.
1717

1818
```shell
19-
curl GET 'http://localhost:4444/status'
19+
curl --request GET 'http://localhost:4444/status'
2020
```
2121

2222
### Delete session

website_and_docs/content/documentation/grid/advanced_features/endpoints.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Grid ステータスは Grid の現在の状態を提供します。 登録さ
1616
各ノードのステータスには、ノードの稼働状況、セッション、およびスロットに関する情報が含まれます。
1717

1818
```shell
19-
curl GET 'http://localhost:4444/status'
19+
curl --request GET 'http://localhost:4444/status'
2020
```
2121

2222
### セッションの削除

website_and_docs/content/documentation/grid/advanced_features/endpoints.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ O status da Grid fornece o estado atual da grid. Consiste em detalhes sobre cada
1616
Para cada nó, o status inclui informações sobre a disponibilidade, sessões e slots do nó.
1717

1818
```shell
19-
curl GET 'http://localhost:4444/status'
19+
curl --request GET 'http://localhost:4444/status'
2020
```
2121

2222
### Deletar sessão

website_and_docs/content/documentation/grid/advanced_features/endpoints.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Grid状态提供Grid的当前状态.
1818
状态包括有关节点可用性、会话和插槽的信息.
1919

2020
```shell
21-
curl GET 'http://localhost:4444/status'
21+
curl --request GET 'http://localhost:4444/status'
2222
```
2323

2424
### 删除会话

0 commit comments

Comments
 (0)