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 design provides a clear structure for the API call, specifying required and optional parameters, along with an example request and response for better understanding. @Jaideep-C
The text was updated successfully, but these errors were encountered:
So, the way I've written the logic is that if you don't pass minProblemRating or the value for minProblemRating is not given by the user the default minProblemRating is 0. @Jaideep-C
This issue is part of the feature #74
here's a simple design for the API call:
API Endpoint:
Query Parameters:
Example Request:
Example Response:
This design provides a clear structure for the API call, specifying required and optional parameters, along with an example request and response for better understanding. @Jaideep-C
The text was updated successfully, but these errors were encountered: