v1
latestOpenAPI 3.1.02026-07-247328324.6 KBCore resources
Update an organization
patch/organizations/{id}
Path parameters
idstring required
An object id with prefix
Example:user_0123456789ABCDEFGHIJKLMNOPq
An object id with prefix
Headers
if-matchstring date-time required
ETag value for Optimistic Concurrency Control (OCC). Should contain the last known updated_at timestamp in ISO 8601 format.
Example:2024-01-15T10:30:00Z
ETag value for Optimistic Concurrency Control (OCC). Should contain the last known updated_at timestamp in ISO 8601 format.
Request body
Example request
{
"website": "https://acme.com",
"linkedin": "https://www.acme.com",
"industry": "541511",
"formation_date": "2024-01-15"
}Response
Successful operation
Example response
{
"website": "https://acme.com",
"linkedin": "https://www.acme.com",
"industry": "541511",
"formation_date": "2024-01-15",
"yc_verified": "2024-01-15",
"picture": "https://www.acme.com",
"id": "user_0123456789ABCDEFGHIJKLMNOPq",
"created_at": "2024-01-15T10:30:00Z",
"created_by": "user_0123456789ABCDEFGHIJKLMNOPq",
"updated_at": "2024-01-15T10:30:00Z",
"updated_by": "user_0123456789ABCDEFGHIJKLMNOPq"
}