From b2499d218a287cdde5ca77a345e08839e37c47bd Mon Sep 17 00:00:00 2001 From: Gitea Actions Bot Date: Sat, 15 Nov 2025 21:23:57 +0000 Subject: [PATCH] chore: update OpenAPI spec from SQuiz/yclients --- SQuiz-yclients-openapi.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/SQuiz-yclients-openapi.yaml b/SQuiz-yclients-openapi.yaml index 8cc1c34..59f4937 100644 --- a/SQuiz-yclients-openapi.yaml +++ b/SQuiz-yclients-openapi.yaml @@ -17,6 +17,18 @@ paths: type: integer format: int32 description: ID салона в YClients + - name: account_id + in: query + required: true + schema: + type: string + description: ID аккаунта квиз + - name: user_data + in: query + required: true + schema: + type: string + description: это JSON, который кодируется алгоритмом base64 YClients responses: '302': description: Перенаправление на URL регистрации @@ -385,7 +397,7 @@ paths: type: string example: "failed send task to kafka for update list timeslots" - /rules/{quizID}: + /yclients/rules/{quizID}: get: tags: - Rules @@ -676,12 +688,6 @@ components: title: type: string description: Название салона - shortDecription: - type: string - description: Краткое описание - country: - type: string - description: Страна deleted: type: boolean description: Флаг мягкого удаления @@ -949,6 +955,7 @@ components: type: integer cost: type: integer + format: float64 YclientsRule: type: object