| ... | ... | @@ -23,7 +23,7 @@ | 
|  |  | |`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.)| | 
|  |  | |`DELETE`  |	`/resources/{id}`                      |  delete single resource| | 
|  |  | |`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| | 
|  |  | |`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 []| |