Skip to content

Commit 662778d

Browse files
committed
Bruno: Cleanup
1 parent a017dfc commit 662778d

File tree

3 files changed

+4
-24
lines changed

3 files changed

+4
-24
lines changed

bruno_api_client/Assets REST API/Api/folder - create.bru

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ post {
1212

1313
body:json {
1414
{
15-
"path": ""
15+
"path": "",
16+
"metadata": {
17+
"field": "value"
18+
}
1619
}
1720
}
1821

19-
body:multipart-form {
20-
path:
21-
~metadata:
22-
}
23-
2422
settings {
2523
encodeUrl: true
2624
timeout: 0

bruno_api_client/Assets REST API/Api/folder - remove.bru

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,6 @@ params:path {
1414
id:
1515
}
1616

17-
body:json {
18-
{
19-
"metadata": {
20-
"field": "value"
21-
}
22-
}
23-
}
24-
25-
body:multipart-form {
26-
path:
27-
~metadata:
28-
}
29-
3017
settings {
3118
encodeUrl: true
3219
timeout: 0

bruno_api_client/Assets REST API/Api/folder - update.bru

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ body:json {
2222
}
2323
}
2424

25-
body:multipart-form {
26-
path:
27-
~metadata:
28-
}
29-
3025
settings {
3126
encodeUrl: true
3227
timeout: 0

0 commit comments

Comments
 (0)