test Bruno directory commit
This commit is contained in:
26
Services_API/Update Release.yml
Normal file
26
Services_API/Update Release.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
info:
|
||||
name: Update Release
|
||||
type: http
|
||||
seq: 9
|
||||
|
||||
http:
|
||||
method: PUT
|
||||
url: "{{baseUrl}}/api/v1/releases/{{releaseId}}"
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"service": "{{serviceId}}",
|
||||
"version": "1.0.1",
|
||||
"changelog": "Bug fixes"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user