diff --git a/README.md b/README.md index f643904..5f9c752 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ teyb Dialog System Testing Framework This project is a web-service for testing of dialog systems over internet. The idea is that dialog system creators can share simulators for the same task and `teyb` will act as a proxy for continuous objective testing of dialog systems. ## API - + +``` POST /tasks/:task_id/dialogs/ - Params: - API key @@ -26,4 +27,4 @@ PATCH /tasks/:task_id/dialogs/:dialog_id/ - Status codes: - 200: OK - 504: Error with user simulator - +```