Skip to content

Commit 3930b6c

Browse files
authored
Update manage-pods.mdx
1 parent 19b7bbb commit 3930b6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdks/graphql/manage-pods.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ query {
829829
```
830830
</Tab>
831831

832-
<Tab title="Example output (in stock)">
832+
<Tab title="Example output (high stock)">
833833
```json
834834
{
835835
"data": {
@@ -840,7 +840,7 @@ query {
840840
"uninterruptablePrice": 0.35,
841841
"minVcpu": 2,
842842
"minMemory": 8,
843-
"stockStatus": "IN_STOCK",
843+
"stockStatus": "High",
844844
"compliance": null,
845845
"maxUnreservedGpuCount": 5,
846846
"availableGpuCounts": [1, 2, 4],
@@ -898,4 +898,4 @@ query {
898898
}
899899
```
900900
</Tab>
901-
</Tabs>
901+
</Tabs>

0 commit comments

Comments
 (0)