PATCH /v2/depositories/:id Update a depository's mutable attributes. Path params: id (required) — Depository identifier. Request: { "data": { "type": "depository", "id": "string (must match path id)", "attributes": { "name": "string (optional)", "externalIdentifier": "string (optional)" } } } Response (204 No Content): Empty body.