... | @@ -32,4 +32,4 @@ |
... | @@ -32,4 +32,4 @@ |
|
|`DELETE` | `/resources/{id}?parameter={value}` | delete single resource, additional parameters in `GET` string (for example: `recursive=1`) |
|
|
|`DELETE` | `/resources/{id}?parameter={value}` | delete single resource, additional parameters in `GET` string (for example: `recursive=1`) |
|
|
|`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 `array` in json payload|
|
|
|`POST` | `/resources/{id}/link` | link resource to specified resource(s), in `array` in json payload|
|
|
|`POST` | `/resources/{id}/unlink` | unlink resource to specified resource(s), in `array` json payload []| |
|
|`POST` | `/resources/{id}/unlink` | unlink resource to specified resource(s), in `array` in json payload| |
|
\ No newline at end of file |
|
\ No newline at end of file |