Changelog — April 2026
2026-04-28
New Mutations
refreshPublicAccessToken— Refresh an existing public access token
2026-04-24
Dangerous Changes
- Updated enum
NameArticleCustomersArticlePersonasStoryCustomersStoryPersonasTopicCustomersTopicPersonas
New Mutations
bulkCreateParameterGroups— Create parameter groups in bulkbulkCreateParameterOptions— Create parameter options in bulkbulkCreateParameters— Create parameters in bulkbulkUpdateParameterGroups— Update parameter groups in bulkbulkUpdateParameterOptions— Update parameter options in bulkbulkUpdateParameters— Update parameters in bulkcreateCategory— Create a categorycreateParameter— Create a parametercreateParameterGroup— Create a parameter groupcreateParameterOption— Create a parameter optionsetCustomFieldValues— Set custom field values for resources (create, update, or delete)updateCategory— Update a categoryupdateParameter— Update a parameterupdateParameterGroup— Update a parameter groupupdateParameterOption— Update a parameter option
New Queries
parameterGroupSets— Find parameter group setspredefinedParameterGroupSets— Find predefined parameter group sets (content strategy templates)predefinedParameterGroups— Find predefined parameter groups (content strategy templates)predefinedParameterOptions— Find predefined parameter options (content strategy templates)predefinedParameters— Find predefined parameters (content strategy templates)
2026-04-21
New Mutations
createCustomerParameterOption— Link a parameter option to a customercreatePersonaParameterOption— Link a parameter option to a personadeleteCustomerParameterOption— Unlink a parameter option from a customerdeletePersonaParameterOption— Unlink a parameter option from a persona
New Queries
activeAppSubscription— Relevant subscription for the current app in the current account
Deprecated
AppSubscription.trial— Use billingLevel instead
Updated
- Updated enum
BillingLevelfreepaidtrial
2026-04-15
Dangerous Changes
- Updated enum
NameArticleAssigneeTopicAssignee
2026-04-14
Breaking Changes
- Input field
TopicCreateInput.categoryIdchanged type from 'Int!' to 'ID!'
New Mutations
updateTask— Update a taskupdateTopic— Update a topicupdateWorkflowTaskMilestone— Update a workflow task milestone on an article
Updated
- Updated type
TopicCreateInput - Updated enum
TopicStatusarchiveddoneideain_progressplanned
2026-04-10
Breaking Changes
- Type
Deadlinewas removed - Field
Article.deadlinechanged type fromDeadlinetoWorkflowDue - Input field
ArticleCreateInput.deadlinechanged type fromDeadlinetoWorkflowDue
New Mutations
createTask— Create a taskupdateArticle— Update an article
New Queries
contentTypeParameterOptions— Find content type parameter optionscontentTypeParameters— Find content type parametersparameterValues— Find parameter values
Updated
- Updated type
ArticlecustomerIds: [Int!]!issueNames: [String!]!personaIds: [Int!]!publishPlanDue: WorkflowDuethumbnail: RestrictedThumbnailtopic: Topic
- Updated enum
ContentTypeParameterOptionStateHIDEPRESELECTSHOW
- Updated enum
ContentTypeParameterStateHIDESHOW
- Updated enum
TaskStatusarchiveddoneopenverifiedworking
2026-04-07
New Mutations
assignTeamMembers— Assign teams and user resources to a role on a resourcecreateParameterValues— Create parameter values for a resourcedeleteParameterValues— Delete parameter values from a resourceupdateStory— Update a story
New Queries
teamRoles— List team rolesteams— List teamsuserResources— List user resources
Updated
- Updated enum
TeamableTypeARTICLESTORYTOPIC
2026-04-06
Dangerous Changes
- Argument 'archived: Boolean' added to field
contentTypes
Updated