test Bruno directory commit

This commit is contained in:
Alexander
2026-08-06 21:04:26 +03:00
commit 8c2aa27a4a
12 changed files with 342 additions and 0 deletions

View 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