From 621a48366ec107789d7c6ef274753e9fa9cd3f34 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 22 Jan 2025 12:51:08 +0000 Subject: [PATCH] Update reportportal-api.yaml --- api/openapi/reportportal-api.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/api/openapi/reportportal-api.yaml b/api/openapi/reportportal-api.yaml index 36bad45..b741f37 100644 --- a/api/openapi/reportportal-api.yaml +++ b/api/openapi/reportportal-api.yaml @@ -1024,9 +1024,9 @@ paths: Paths and operations: - - `name` | `replace` - - `slug` | `replace` - - `users` | `add`, `replace`, `remove` + - `name` | `replace` | `string` + - `slug` | `replace`| `string` + - `users` | `add`, `replace`, `remove` | `array` - `users/{user_id}` | `replace`, `remove` ### Authority @@ -2384,9 +2384,7 @@ components: path: type: string value: - oneOf: - - type: string - - type: integer + type: object PatchOperationList: title: Patch Operation List type: array