Closed smit1678 closed 7 years ago
PR to change the validation check for tags. Upon testing the tags addition, validation errors were happening within the API.
"name":"ValidationError","details":[{"message":"\"tags\" is not allowed to be empty"
Changing to empty string instead of null seems to fix the validation.
PR to change the validation check for tags. Upon testing the tags addition, validation errors were happening within the API.
Changing to empty string instead of null seems to fix the validation.