feedback/docs/controllers.md
2023-04-20 07:03:21 +05:00

22 lines
600 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Контроллеры
## Feedback
Отвечает за работу формы обратной связи. Совмещает в себе описание как транспортного слоя, так и бизнес логики.
- `/callme` - Метод для отправки фидбэка
- **Method:** GET
- **Authorization:** none
- **Request Example**
```json
{
"contact": "some contact",
"whoami": "some whoami"
}
```
_contact_: Required
_whoami_: Required
- **Response Example**
`Status Code: 200 OK`