Files
Bruno_Tests/Services_API/Update Service.yml
2026-08-06 21:04:26 +03:00

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