We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Код и статус ответа 201Создано
Код и статус ответа 400 Неверный запрос
Qase.io defect: АПИ POST/api/incomes/ При передаче несуществующего ТИРЕ (-) и ДЕФИСА ( - ) в поле cover_letter неверный код и статус ответа 400Bad Request Found in test run: API подача заявки на проект Test run 2023/11/29
The text was updated successfully, but these errors were encountered:
Defect (D-135) was moved to status 'Open'
Sorry, something went wrong.
#259
Defect (D-135) was moved to status 'Resolved'
Olga-koml
No branches or pull requests
АПИ POST/api/incomes/ При передаче несуществующего ТИРЕ (-) и ДЕФИСА ( - ) в поле cover_letter неверный код и статус ответа 400Bad Request
Серьезность: Средняя
Приоритет: Средний
Шаги воспроизведения:
curl --location 'https://better-together.acceleratorpracticum.ru/api/incomes/' \\
--header 'Authorization: token a80069eb1cfdb3682e703d16962886b819b32726' \
--header 'Content-Type: application/json' \
--data-raw '{
"project": 99,
"volunteer": "38",
"status_incomes": "application_submitted",
"phone": "+78881112233",
"telegram": "@qwerty11",
"cover_letter": "application - submitted"
}'
Ожидаемый результат:
Код и статус ответа 201Создано
полученный результат:
Код и статус ответа 400 Неверный запрос
Окружение:
Qase.io defect: АПИ POST/api/incomes/ При передаче несуществующего ТИРЕ (-) и ДЕФИСА ( - ) в поле cover_letter неверный код и статус ответа 400Bad Request
Found in test run: API подача заявки на проект Test run 2023/11/29
The text was updated successfully, but these errors were encountered: