... | @@ -20,13 +20,13 @@ |
... | @@ -20,13 +20,13 @@ |
|
|`POST` | `/resources` | create resource, properties in json payload|
|
|
|`POST` | `/resources` | create resource, properties in json payload|
|
|
|`GET` | `/resources` | get resource collection|
|
|
|`GET` | `/resources` | get resource collection|
|
|
|`GET` | `/resources?filter=:filter_param` | get filtered resource collection|
|
|
|`GET` | `/resources?filter=:filter_param` | get filtered resource collection|
|
|
|`GET` | `/resources/:id` | get single resource|
|
|
|`GET` | `/resources/{id}` | get single resource|
|
|
|`GET` | `/resources/:id:(extra-property1)` | get single resource, requesting extra property|
|
|
|`GET` | `/resources/{id}:(extra-property1)` | get single resource, requesting extra property|
|
|
|`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|
|
|
|`PATCH` | `/resources/:id` | update resource|
|
|
|`PATCH` | `/resources/{id}` | update resource, properties in json payload|
|
|
|`POST` | `/resources/:id/link` | link resource to specified resource(s), in 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 payload []|
|
|
|`POST` | `/resources/{id}/unlink` | unlink resource to specified resource(s), in json payload []|
|
|
|
|
|
|
|
|
|
|
|
|
|
... | | ... | |