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
It appears that the case of needing to remove items from lists until nothing but an empty list remains was not considered. For example, the tags field has a minItems=1 requirement. This causes the following if we want to remove all tags from an indicator:
pysip.pysip.RequestError: {"error":"Bad Request","msg":"Request JSON does not match schema: [] is too short"}
The above is passed to pysip from the SIP server.
The text was updated successfully, but these errors were encountered:
It appears that the case of needing to remove items from lists until nothing but an empty list remains was not considered. For example, the tags field has a minItems=1 requirement. This causes the following if we want to remove all tags from an indicator:
pysip.pysip.RequestError: {"error":"Bad Request","msg":"Request JSON does not match schema: [] is too short"}
The above is passed to pysip from the SIP server.
The text was updated successfully, but these errors were encountered: