{"description":"On test1","name":"I like Circle (Test1)","owner":{"@id":"https://api.test2.startinblox.com/users/admin/"},"@id":"https://api.test1.startinblox.com/circles/21/","@context":{"@vocab":"http://happy-dev.fr/owl/#","rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#","rdfs":"http://www.w3.org/2000/01/rdf-schema#","ldp":"http://www.w3.org/ns/ldp#","foaf":"http://xmlns.com/foaf/0.1/","name":"rdfs:label","acl":"http://www.w3.org/ns/auth/acl#","permissions":"acl:accessControl","mode":"acl:mode","geo":"http://www.w3.org/2003/01/geo/wgs84_pos#","lat":"geo:lat","lng":"geo:long","inbox":"http://happy-dev.fr/owl/#inbox","object":"http://happy-dev.fr/owl/#object","author":"http://happy-dev.fr/owl/#author","account":"http://happy-dev.fr/owl/#account","jabberID":"foaf:jabberID","picture":"foaf:depiction"}}
Response:
{"@id":"https://api.test1.startinblox.com/circles/21/","is_backlink":false,"allow_create_backlink":true,"name":"I like Circle (Test1)","description":"On test1","creationDate":"2020-05-06","status":"Public","jabberID":"bzf2qh50a3hf@conference.test1.startinblox.com","jabberRoom":true,"team":{"@id":"https://api.test1.startinblox.com/circles/21/team/","@type":"ldp:Container","ldp:contains":[{"@id":"https://api.test1.startinblox.com/users/jbpasquier/"}],"permissions":[{"mode":{"@type":"add"}},{"mode":{"@type":"view"}}]},"members":{"@id":"https://api.test1.startinblox.com/circles/21/members/","@type":"ldp:Container","ldp:contains":[{"@id":"https://api.test1.startinblox.com/circle-members/158/"},{"@id":"https://api.test1.startinblox.com/circle-members/157/"}],"permissions":[{"mode":{"@type":"add"}},{"mode":{"@type":"view"}}]},"@type":"hd:circle","permissions":[{"mode":{"@type":"view"}},{"mode":{"@type":"change"}},{"mode":{"@type":"delete"}}],"@context":"https://cdn.happy-dev.fr/owl/hdcontext.jsonld"}
Fun fact, no owner field on the response. On app, it's still me the owner.
name is defined in the context of the request: name: "rdfs:label"
Yes true, but for description then? I don't get why this particular predicate for this particular request is an issue, but it seems to work everywhere else.
It's not saved, because it's removed from the request before it reaches the view (when it's parsed)