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