| List decorations | GET /v1/decorations | decorations.read |
| Create a decoration | POST /v1/decorations | decorations.write |
| Filter facets for the decoration list | GET /v1/decorations/facets | decorations.read |
| One decoration | GET /v1/decorations/{decorationId} | decorations.read |
| Update a decoration | PATCH /v1/decorations/{decorationId} | decorations.write |
| Delete a decoration | DELETE /v1/decorations/{decorationId} | decorations.write |
| Create many decorations in one call | POST /v1/decorations/bulk/create | decorations.write |
| Patch every decoration matching a target | POST /v1/decorations/bulk/update | decorations.write |
| Delete every decoration matching a target | POST /v1/decorations/bulk/delete | decorations.write |