Skip to content

Commit a1ef7b9

Browse files
nmelehanleslitagordita
authored andcommitted
Update example request URLs to match endpoints
1 parent c905ba1 commit a1ef7b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8980,7 +8980,7 @@ paths:
89808980
"another example"
89818981
]
89828982
}' \
8983-
https://api.linode.com/v4beta/firewalls
8983+
https://api.linode.com/v4beta/networking/firewalls
89848984
- lang: CLI
89858985
source: >
89868986
linode-cli firewalls create
@@ -9029,7 +9029,7 @@ paths:
90299029
source: >
90309030
curl -H "Content-Type: application/json" \
90319031
-H "Authorization: Bearer $TOKEN" \
9032-
https://api.linode.com/v4beta/firewalls/123
9032+
https://api.linode.com/v4beta/networking/firewalls/123
90339033
- lang: CLI
90349034
source: >
90359035
linode-cli firewalls view 123
@@ -9080,7 +9080,7 @@ paths:
90809080
-X PUT -d '{
90819081
"status": "disabled",
90829082
}' \
9083-
https://api.linode.com/v4beta/firewalls/123
9083+
https://api.linode.com/v4beta/networking/firewalls/123
90849084
- lang: CLI
90859085
source: >
90869086
linode-cli firewalls update 123 \
@@ -9116,7 +9116,7 @@ paths:
91169116
source: >
91179117
curl -H "Content-Type: application/json" \
91189118
-X DELETE \
9119-
https://api.linode.com/v4beta/firewalls/123
9119+
https://api.linode.com/v4beta/networking/firewalls/123
91209120
- lang: CLI
91219121
source: >
91229122
linode-cli firewalls delete 123

0 commit comments

Comments
 (0)