File an ownership/share claim on a work
Works
File an ownership/share claim on a work
POST /work/works//claims
POST
File an ownership/share claim on a work
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
POST /work/works//claims Description: Files aWriterClaim (Phase 5). Caller must be an admin/owner OR
the writer identified by claimantWriterId must actually be linked
to the work (403 otherwise). New claims start in filed status.
Supports an Idempotency-Key header (routeKey p5.claim.file) — a
replayed key with an IDENTICAL body returns the original response;
the same key with a DIFFERENT body returns 409. This endpoint only
covers work-scoped filing/listing; the full claim lifecycle
(transition, messages, evidence, bulk-resolve) lives under
/publishing/claims (see publishing-claims.yaml).
Authorization:
- Required role:
useror higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Headers
Path Parameters
Body
application/json
Caller must be an admin/owner on the tenant OR the writer named by
claimantWriterId must actually be linked to the work — otherwise a
403. New claims always start in filed status.
Response
Claim filed