personium / website

Website and Documentation for personium.io
https://personium.io
2 stars 5 forks source link

Wrong curl usage in Entity collective operation($batch) #31

Closed tochi-y closed 4 years ago

tochi-y commented 4 years ago

Correct format is ${HTTP_METHOD} ${ENTITY_TYPE}

- GET https://cell1.unit1.example/box1/odata-collection1/entity-type1('{100-1_20101108-111352093}')
+ GET entity-type1('{100-1_20101108-111352093}')