Skip to content

Commit 62db350

Browse files
Fix the URL in the cURL example of append interface API (#909)
1 parent e3057bb commit 62db350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7768,7 +7768,7 @@ paths:
77687768
x-code-samples:
77697769
- lang: Shell
77707770
source: >
7771-
curl https://api.linode.com/v4beta/linode/instances/$linodeId/configs/$configId \
7771+
curl https://api.linode.com/v4beta/linode/instances/$linodeId/configs/$configId/interfaces \
77727772
-H "Authorization: Bearer $TOKEN" \
77737773
-H "Content-Type: application/json" \
77747774
-X POST -d '{

0 commit comments

Comments
 (0)