Skip to main content
PATCH
Update idea

Authorizations

Authorization
string
header
required

API key authentication. Generate an API key from your workspace settings.

Path Parameters

id
string<uuid>
required

Idea ID (UUID)

Body

application/json
title
string

Idea title

Minimum string length: 1
labelIds
string<uuid>[]

Label IDs to attach to the idea (replaces existing labels)

campaignId
string<uuid> | null

Campaign ID to link the idea to (null to unlink)

linkedIn
object

LinkedIn channel content updates

x
object

X/Twitter channel content updates

tikTok
object

TikTok channel content updates. All fields are optional.

youTubeShorts
object

YouTube Shorts channel content updates. All fields are optional.

notes
string | null

Internal notes for the idea

Response

Idea updated successfully

Response when updating an idea

id
string<uuid>
url
string<uri>
title
string
channels
string[]
status
string
updatedAt
string<date-time>
linkedIn
object | null
x
object | null
tikTok
object | null

TikTok content. Present when the post targets the TikTok channel.

youTubeShorts
object | null

YouTube Shorts content. Present when the post targets the YouTube Shorts channel.