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
This looks like an inherent limitation of the current GET endpoint. Given that this endpoint creates a record and can contain larger inputs, it should be a POST endpoint. I think the most promising path forward here would be:
Create a POST endpoint with similar semantics to the existing GET endpoint that can accommodate larger payloads in the POST body.
Deprecate the existing GET endpoint and migrate clients over to the new POST endpoint.
I'm not sure what the deprecation model looks like for software with this distribution model. If we can't properly delete the endpoint, I think marking it as deprecated in documentation and possibly removing OpenAPI hooks would suffice.
Summary
report-problem-with-stop api is not working when sending a large
userComment
. This affects the OBA Android app and we can miss valuable reports.Steps to reproduce:
userComment
Expected behavior:
allow sending the full user comment.
Observed behavior:
Request fails
The text was updated successfully, but these errors were encountered: