27 lines
483 B
YAML
27 lines
483 B
YAML
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
|