ynput / ayon-python-api

Apache License 2.0
9 stars 4 forks source link

Handle RestApiResponse code 204 #11

Closed Minkiu closed 1 year ago

Minkiu commented 1 year ago

The 204 No Content response has no text, so it was tripping the response.json() invocation for the patch calls.