Update Icp
PATCH /icps/{icp_id}
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
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
Responses
200
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string