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
When retrieving a resource through GET (/api/cms/{organization}/{collection}/{uuid}/), the response contains plain boolean fields (e.g. "visible": true), but PUT expects the fields to be strings (e.g. "visible": "true").
When retrieving a resource through GET (
/api/cms/{organization}/{collection}/{uuid}/), the response contains plain boolean fields (e.g."visible": true), but PUT expects the fields to be strings (e.g."visible": "true").