HYBRID-CHAINDEVELOPERS
DOCUMENTATIONv2

ADMINISTRATION · MODULE 37

Newsroom Operations

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

Where this module fits

  • editorial workflow
  • governed publication
  • scheduled release
  • correction and archival
  • revision and authenticity verification

PRIMARY CONSUMERS

Who integrates it

  • editors
  • communications teams
  • publishing agents
  • compliance reviewers
  • Explorer integrators

PREREQUISITES

What must exist first

  • an authenticated owner context
  • admin:news:read for collection access
  • admin:news:write and an Idempotency-Key for mutations
  • approved editorial content and publication policy
  • the latest article version before any lifecycle action
  • an editorial_date for SCHEDULE

RECOMMENDED WORKFLOW

Compose the module safely.

  1. 01

    list minimized article summaries with an exact lifecycle filter or search term

  2. 02

    create a private draft with a stable slug and structured safe content blocks

  3. 03

    review the returned revision and content commitment

  4. 04

    apply a version-bound SAVE_DRAFT, SCHEDULE, PUBLISH, or ARCHIVE action with an attributed reason

  5. 05

    re-read the article and verify its retained revision and proof chain

  6. 06

    use the public Newsroom and Explorer reads only after the ledger reports publication

MODULE CONTRACTS

Every mapped endpoint

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.

GETList articles/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.