educloudalliance / educloud-bazaar-legacy

Service and material distribution channel
4 stars 2 forks source link

Boolean format mismatch in REST GET/PUT #44

Open ilmoeuro opened 9 years ago

ilmoeuro commented 9 years ago

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").