LLM-readable documentation index
ApiV3GeneratedEntity Types

Update an Entity Type

Hand off to an LLM
PATCH
/v3/entity-types/{typeID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

typeID*string

Entity type public ID (ety_...).

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://api.bem.ai/v3/entity-types/string" \  -H "Content-Type: application/json" \  -d '{}'
{
  "typeID": "string",
  "name": "string",
  "description": "string",
  "parentTypeID": "string",
  "attributeSchema": null,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}