with directory requests
This commit is contained in:
26
requests/Update Service.yml
Normal file
26
requests/Update Service.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
info:
|
||||
name: Update Service
|
||||
type: http
|
||||
seq: 6
|
||||
|
||||
http:
|
||||
method: PUT
|
||||
url: "{{baseUrl}}/api/v1/services/{{serviceId}}"
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"code": "modules-version2.2",
|
||||
"name": "Сервис управления версиями модулей",
|
||||
"type": "SYSTEM"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user