We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d24bfd commit 80eb729Copy full SHA for 80eb729
lib/ovirtsdk4/services.py
@@ -95,7 +95,7 @@ def remove(
95
Whitespace before:
96
97
```http
98
- DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456
+ DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456 HTTP/1.1
99
```
100
101
https prefix:
@@ -104,7 +104,13 @@ def remove(
104
DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456
105
106
107
- js prefix
+ html prefix:
108
+
109
+ ```html
110
+ DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123
111
+ ```
112
113
+ js prefix:
114
115
```js
116
console.log("Hello world");
0 commit comments