Errors
Conflict
The request contradicts current state: a slug already in use, an asset still referenced by a live revision, a change set already closed or published.
- Code
- CONFLICT
- HTTP status
- 409
- Type
- https://myna.sh/errors/conflict
What to do
Read the details object, which names what conflicts. For an asset still in use it lists the referencing entry ids — the same thing an asset usage read reports before you try.
application/problem+json
{ "type": "https://myna.sh/errors/conflict", "title": "Conflict", "status": 409, "code": "CONFLICT", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
