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
Working with an api that returns simple the id in the response.
I.e
POST /object
returns
""
Having a special character/wildcard matcher would be helpful for this case. Something like
id_attribute = "."
or another attribute to handle this case.
The text was updated successfully, but these errors were encountered:
Working with an api that returns simple the id in the response.
I.e
POST /object
returns
""
Having a special character/wildcard matcher would be helpful for this case. Something like
id_attribute = "."
or another attribute to handle this case.
The text was updated successfully, but these errors were encountered: