Skip to content

Update Icp

PATCH
/icps/{icp_id}

Update a Studio ICP’s fields (partial update).

Send at least one field. To archive an ICP use POST /icps/{icp_id}/archive. Returns 400 if no field is provided, 404 if the ICP does not exist in this org.

Authorizations

Parameters

Path Parameters

icp_id
required

ICP ID (UUID)

string

ICP ID (UUID)

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Body for PATCH /icps/{icp_id}. Partial - send only the fields to change.

At least one field must be present. Archiving is a separate lifecycle action (POST /icps/{icp_id}/archive), matching the internal Studio split.

object
buying_signals
Any of:
Array
description
Any of:
string
estimated_market_size
Any of:
integer
firmographics
Any of:
object
key
additional properties
any
name
Any of:
string
tech_stack
Any of:
object
key
additional properties
any

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string