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'm using the API to remove labels in my projects, and it fails because delete: expects a JSON content as response, and it's not always the case. For labels, for example, the API will return a 204 No Content when it's successful.
The text was updated successfully, but these errors were encountered:
I'm using the API to remove labels in my projects, and it fails because
delete:
expects a JSON content as response, and it's not always the case. For labels, for example, the API will return a 204 No Content when it's successful.The text was updated successfully, but these errors were encountered: