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
I am using search in qase.api_client_v1.SearchApi.
The query works when I try it using the queries UI. Here is the query that I am using - entity = "case" and cf["Pass Rate"] = "-100"
When I pass in a query I get this response:
{ValueError}ValueError('Multiple matches found when deserializing the JSON string into SearchResponseAllOfResultEntities with oneOf schema...=string_type, input_value=0, input_type=int]\n For further information visit https://errors.pydantic.dev/2.8/v/string_type')
The text was updated successfully, but these errors were encountered:
I am using search in
qase.api_client_v1.SearchApi
.The query works when I try it using the queries UI. Here is the query that I am using -
entity = "case" and cf["Pass Rate"] = "-100"
When I pass in a query I get this response:
The text was updated successfully, but these errors were encountered: