Open bertspaan opened 10 years ago
If user is logged in and is owner of an object itself, it is possible to edit the object (geometry + title) with PATCH /objects/:cdk_id.
PATCH /objects/:cdk_id
Add call to edit list of objects: PATCH /objects.
PATCH /objects
not sure about necessity of list implementation
If user is logged in and is owner of an object itself, it is possible to edit the object (geometry + title) with
PATCH /objects/:cdk_id
.Add call to edit list of objects:
PATCH /objects
.