Skip to content
New issue

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

OpenAI Docs are out of date for event-match operations #305

Open
varCepheid opened this issue Dec 31, 2023 · 0 comments
Open

OpenAI Docs are out of date for event-match operations #305

varCepheid opened this issue Dec 31, 2023 · 0 comments

Comments

@varCepheid
Copy link

The documentation in /internal/server/openai.yaml says that the allowed operations on matches are GET to /matches/{matchKey} and POST to /matches. The request-handler in router.go, however, can handle GET and PUT to /matches/{matchKey} but not any POSTs. The frontend currently uses the GET and the PUT but not the POST. The documentation should be updated to reflect the usage and the capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant