Skip to content

Commit 80eb729

Browse files
test
Signed-off-by: Jasper Berton <[email protected]>
1 parent 6d24bfd commit 80eb729

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

lib/ovirtsdk4/services.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def remove(
9595
Whitespace before:
9696

9797
```http
98-
DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456
98+
DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456 HTTP/1.1
9999
```
100100

101101
https prefix:
@@ -104,7 +104,13 @@ def remove(
104104
DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123-456
105105
```
106106

107-
js prefix
107+
html prefix:
108+
109+
```html
110+
DELETE /ovirt-engine/api/clusters/000-000/affinitygroups/123
111+
```
112+
113+
js prefix:
108114

109115
```js
110116
console.log("Hello world");

0 commit comments

Comments
 (0)