BUSINESS CASES
Where this module fits
- editorial workflow
- governed publication
- scheduled release
- correction and archival
- revision and authenticity verification
v2ADMINISTRATION · MODULE 37
Operate the Core-owned editorial ledger through a restricted, typed boundary for private drafts, safe structured content, scheduled or immediate publication, archival, immutable revisions, and public authenticity evidence.
BUSINESS CASES
PRIMARY CONSUMERS
PREREQUISITES
RECOMMENDED WORKFLOW
list minimized article summaries with an exact lifecycle filter or search term
create a private draft with a stable slug and structured safe content blocks
review the returned revision and content commitment
apply a version-bound SAVE_DRAFT, SCHEDULE, PUBLISH, or ARCHIVE action with an attributed reason
re-read the article and verify its retained revision and proof chain
use the public Newsroom and Explorer reads only after the ledger reports publication
MODULE CONTRACTS
Each operation states whether its request shape is authoritative in OpenAPI, reviewed as a planning profile, or intentionally left as an outline pending an owner schema.
/api/v2/admin/news/articlesList restricted draft, scheduled, and published newsroom records.›POSTCreate article/api/v2/admin/news/articlesCreate a newsroom article draft.›PATCHUpdate article/api/v2/admin/news/articles/{article_uuid}Update, schedule, publish, or archive an authorized article.›