You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inrouter.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.The text was updated successfully, but these errors were encountered: