Skip to content

Commit da09678

Browse files
committed
Bruno: Mark update request parameters as optional
1 parent 6e7856f commit da09678

File tree

1 file changed

+4
-3
lines changed
  • bruno_api_client/Assets REST API/Service

1 file changed

+4
-3
lines changed

bruno_api_client/Assets REST API/Service/update.bru

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
meta {
22
name: update
33
type: http
4-
seq: 2
4+
seq: 6
55
}
66

77
post {
@@ -12,13 +12,14 @@ post {
1212

1313
body:multipart-form {
1414
id:
15-
metadataToReturn:
16-
parseMetadataModifications:
15+
~metadataToReturn:
16+
~parseMetadataModifications:
1717
~Filedata: @file()
1818
~metadata:
1919
~FIELD:
2020
~nextUrl:
2121
~clearCheckoutState:
22+
~keepMetadata:
2223
}
2324

2425
settings {

0 commit comments

Comments
 (0)