generated from VLADIMIR/template
fix urls
This commit is contained in:
@@ -215,6 +215,29 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/consent": {
|
||||
"get": {
|
||||
"summary": "Получить текст Согласия на обработку персональных данных",
|
||||
"operationId": "EveningDetectiveServer_GetConsent",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetConsentRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/files/upload": {
|
||||
"post": {
|
||||
"summary": "Загрузить файл",
|
||||
@@ -656,6 +679,29 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/privacy": {
|
||||
"get": {
|
||||
"summary": "Получить текст Политики конфиденциальности",
|
||||
"operationId": "EveningDetectiveServer_GetPrivacy",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetPrivacyRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/scenario": {
|
||||
"post": {
|
||||
"summary": "Создать сценарий",
|
||||
@@ -1286,6 +1332,29 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/terms": {
|
||||
"get": {
|
||||
"summary": "Получить текст Пользовательского соглашения (оферты)",
|
||||
"operationId": "EveningDetectiveServer_GetTerms",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetTermsRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/api/test/echo": {
|
||||
"post": {
|
||||
"summary": "Проверить обработку данных",
|
||||
@@ -1530,75 +1599,6 @@
|
||||
"Пользователи"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/consent": {
|
||||
"get": {
|
||||
"summary": "Получить текст согласия на обработку персональных данных",
|
||||
"operationId": "EveningDetectiveServer_GetConsent",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetConsentRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/privacy": {
|
||||
"get": {
|
||||
"summary": "Получить текст Политики конфиденциальности",
|
||||
"operationId": "EveningDetectiveServer_GetPrivacy",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetPrivacyRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/terms": {
|
||||
"get": {
|
||||
"summary": "Получить текст Пользовательского соглашения (оферты)",
|
||||
"operationId": "EveningDetectiveServer_GetTerms",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "A successful response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/evening_detective_serverGetTermsRsp"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"description": "An unexpected error response.",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/rpcStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"tags": [
|
||||
"Документы"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"definitions": {
|
||||
|
||||
Reference in New Issue
Block a user