Skip to content

Commit 13d410b

Browse files
authored
Fix cURL command for disabling v1 API (#154)
Signed-off-by: Andrea <[email protected]>
1 parent 4237143 commit 13d410b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/v2/system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ curl https://<IP ADDRESS>/api/system --insecure \
166166
-X PUT \
167167
-H "Authorization: Bearer <TOKEN>" \
168168
-H "X-Api-Version: 2" \
169-
-d '{"v1_api_enabled": false}'
169+
-d '{"api_v1_enabled": false}'
170170
```
171171

172172
```http title="Response"

0 commit comments

Comments
 (0)