Appearance
Update Plan
PATCH
/plans/{plan_id}
Authorizations
HTTPBearer
Use your API token
Type
HTTP (bearer)
Parameters
Path Parameters
plan_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"name": "John Doe",
"audience": "string",
"researchGoal": "string",
"createdAt": "2026-01-08T12:00:00Z",
"graphData": {
"additionalProperties": "string"
}
}
Responses
Successful Response
application/json
id
string
Required
Format
"uuid"name
string
Required
projectId
string
Required
Format
"uuid"createdBy
string
Required
Format
"uuid"audience
string
Required
researchGoal
string
Required
createdAt
string
Required
Format
"date-time"subplans
object[]
graphData
object
Required