generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -175,7 +175,7 @@ null
|
||||
* Пользователю доступны операции добавления, модификации и удаления записей, а также схем лечения
|
||||
### 8.API-Маршруты
|
||||
* `GET /api/v1/User/Diaries` - получить кусок дневника пользователя (требует Authorization: Bearer <token>) query-параметры: from (int, по умолч. 0), count (int, по умолч. 20)
|
||||
* `GET /api/v1/User/TreatmentSchemes` - получить список схем пользователя (требует Authorization: Bearer <token>) query-параметры: from (int, по умолч. 0), count (int, по умолч. 20)
|
||||
* `GET /api/v1/UserTreatmentSchemes` - получить список схем пользователя (требует Authorization: Bearer <token>) query-параметры: from (int, по умолч. 0), count (int, по умолч. 20)
|
||||
### 9.Контракт
|
||||
#### Diaries-Request
|
||||
##### Response - 200 - OK
|
||||
@@ -201,7 +201,7 @@ null
|
||||
##### Errors
|
||||
* `401 TOKEN_REQUIRED|TOKEN_EXPIRED` — токен недействителен, либо отсутствует
|
||||
* `500 DATA_LOAD_FAILED` — ошибка при загрузке данных (`B1`)
|
||||
#### TreatmentSchemes-Request
|
||||
#### UserTreatmentSchemes-Request
|
||||
##### Response - 200 - OK
|
||||
```
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user