Errors
Publish validation failed
The change set did not validate at publish time. The details object lists every failure across the whole set, including cross-entry problems a single write cannot see: a broken reference, a duplicate slug, a policy rule.
- Code
- PUBLISH_VALIDATION_FAILED
- HTTP status
- 422
- Type
- https://myna.sh/errors/publish-validation-failed
What to do
Run myna changes validate, fix what it reports, and publish again. Validating before publishing turns this into an error you never meet.
application/problem+json
{ "type": "https://myna.sh/errors/publish-validation-failed", "title": "Publish validation failed", "status": 422, "code": "PUBLISH_VALIDATION_FAILED", "detail": "A human-readable explanation of this particular occurrence.", "requestId": "req_01k…" }
