... | @@ -23,7 +23,7 @@ |
... | @@ -23,7 +23,7 @@ |
|
|`GET` | `/resources/{id}` | get single resource|
|
|
|`GET` | `/resources/{id}` | get single resource|
|
|
|`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property (The extra property can be a sub resource like `users:(addresses)` or an extra property not included in the standard user entity like `users:(change_password)`. Allowed extra properties must be documented in API docs.)|
|
|
|`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property (The extra property can be a sub resource like `users:(addresses)` or an extra property not included in the standard user entity like `users:(change_password)`. Allowed extra properties must be documented in API docs.)|
|
|
|`DELETE` | `/resources/{id}` | delete single resource|
|
|
|`DELETE` | `/resources/{id}` | delete single resource|
|
|
|`DELETE` | `/resources/{id}?recursive=:boolean` | delete single resource, additional parameters in `GET` string|
|
|
|`DELETE` | `/resources/{id}?recursive={boolean}` | delete single resource, additional parameters in `GET` string (recursive is an example)|
|
|
|`PATCH` | `/resources/{id}` | update resource, properties in json payload|
|
|
|`PATCH` | `/resources/{id}` | update resource, properties in json payload|
|
|
|`POST` | `/resources/{id}/link` | link resource to specified resource(s), in json payload []|
|
|
|`POST` | `/resources/{id}/link` | link resource to specified resource(s), in json payload []|
|
|
|`POST` | `/resources/{id}/unlink` | unlink resource to specified resource(s), in json payload []| |
|
|`POST` | `/resources/{id}/unlink` | unlink resource to specified resource(s), in json payload []| |