Using TypeScript? Check out our GraphQL SDK for a fully typed client.
updateThread mutation, so to change multiple attributes you call multiple mutations.
These operations require the following permissions:
thread:edit
Change thread title
Mutation
Variables
Change thread priority
Priority is an integer from0 (urgent) to 3 (low).
Mutation
Variables
Change the thread’s customer
Reassigns the thread to a different customer in your workspace. The original customer keeps any other threads they have.Mutation
Variables
Change the thread’s tenant
Move the thread to a different tenant (or passtenantIdentifier: null to detach the thread from its current tenant).
Mutation
Variables
Change the thread’s tier
Move the thread to a different tier (or passtierIdentifier: null to detach).
Mutation
Variables

