v1
latestOpenAPI 3.1.02026-07-2498134321.1 KBUpdate an Entity
Update an entity's name, relationship type, and properties. More details on managing an entity can be found in the Entity Overview article.
OAuth Scope required: public.entities.updateEntities
Path parameters
The ID or Ironclad ID of the Entity to update.
Headers
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-id is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Denotes the actor of the request. When used, the API will take into account this user's permissions and access. This or x-as-user-email is required when the associated token was produced from the Client Credentials grant or with legacy bearer tokens on select endpoints. More information about permissions.
Request body
Example request
{
"removeProperties": [
"entity_externalID"
],
"setParent": {
"recordId": "123e4567-e89b-12d3-a456-426614174001"
}
}Response
200
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"ironcladId": "ENTITY-1",
"name": "Ironclad, Inc.",
"status": "active",
"lastUpdated": "2021-01-01T00:00:00Z",
"namedTypeIds": [
"43d3e321-e89b-12d3-a456-426614174000"
],
"parentId": "123e4567-e89b-12d3-a456-426614174001"
}