Space Docs
API ReferenceBriefing

briefing.upsertSubscription

Type: Mutation · Auth: Workspace-aware

Input

FieldTypeRequiredDefaultDescription
enabledbooleanYesEnabled
morningHourintegerYesMorning hour
channelsstring[]YesChannels
timezonestringYesTimezone

Example

{
  "enabled": true,
  "morningHour": 0,
  "channels": [],
  "timezone": "example"
}

On this page