Skip to content

Instantly share code, notes, and snippets.

@thomsbg
Created May 7, 2020 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomsbg/f7c1e77ffb68ea46cfc634184cdfae97 to your computer and use it in GitHub Desktop.
Save thomsbg/f7c1e77ffb68ea46cfc634184cdfae97 to your computer and use it in GitHub Desktop.
Non-draftable fields from the content-api story schema
# applies to published revision only
"slug_prefix"
"comments_closed"
"comments_auto_closed_at"
# applies to draft revision only / story editor metadata
"hidden"
"embargoed"
"publish_scheduled_for"
"trashed_at"
"story_idea_id"
"autotag_league_id"
"autotag_team_id"
"autotag_event_status"
"publish_history"
"image_history"
"plagscan"
"migrated_data"
# applies to both draft + published revisions
"package_uuid"
"sponsored_post_id"
"editorial_app_id"
"streams"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment