Transfer an owner reference on a single credential
POST/openapi/v1/credentials/:credentialId/transfer
Move the owner reference of one credential addressed by ID in the path. Clears the {@code from} slot and sets the {@code to} slot — when {@code from.type} and {@code to.type} differ this is the canonical applicant→worker re-anchoring; when they're the same type it's a swap (correcting a wrong id). The body's {@code credentialIds} field is ignored on this single-credential variant; use {@code POST /credentials/transfer} for the bulk shape.
Request
Responses
- 200
OK