v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity API

Create Entity

Create a new entity for a team.

post/v2/entities

Request body

teamIdstring

The ID of the team.

entityTypeIdstring

The ID of the entity type.

keystring

The entity key. Sets the value of the entity type's key field (is_key_field). Ignored if field_values already contains a value for the key field.

namestring

The entity name. Sets the value of the entity type's name field (is_name_field). Ignored if field_values already contains a value for the name field.

Response

Success