Skip to content

Commit 36a9c3a

Browse files
committed
Few more doc errors.
1 parent e104625 commit 36a9c3a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

source/includes/cloudstack/_networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ curl -X DELETE \
232232
"https://cloudmc_endpoint/v1/services/compute-on/test_area/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1"
233233
```
234234

235-
<code>POST /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/:id</code>
235+
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/networks/:id</code>
236236

237237
Delete an existing network in an [environment](#administration-environments) To delete a network, you must first delete all the [instances](#cloudstack-instances) in the network.
238238

source/includes/cloudstack/_nics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Required | &nbsp;
171171

172172
curl -X DELETE \
173173
-H "MC-Api-Key: your_api_key" \
174-
"https://cloudmc_endpoint/v1/services/compute-on/test_area/nics"
174+
"https://cloudmc_endpoint/v1/services/compute-on/test_area/nics/63ef1efe-225f-4e05-bc79-b3e457a041e2"
175175
```
176176

177177
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/nics/:id</code>

source/includes/gcp/_ssh_keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ curl -X DELETE \
107107
"https://cloudmc_endpoint/v1/services/gcp/test-area/sshkeys/user1"
108108
```
109109

110-
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/sshkeys/:id</code>
110+
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/sshkeys/:name</code>
111111

112112
Destroy an existing SSH key from the [environment](#administration-environments)

source/includes/openstack/_sshKeys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ curl -X DELETE \
105105
"https://api.your.cloudmc/v1/services/compute-os/devel/sshkeys/ssh-key-c"
106106
```
107107

108-
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/sshkeys/:id</code>
108+
<code>DELETE /services/<a href="#administration-service-connections">:service_code</a>/<a href="#administration-environments">:environment_name</a>/sshkeys/:name</code>
109109

110110
Delete a SSH key.

0 commit comments

Comments
 (0)