Create a new entity for a team.
Documentation Index
Fetch the complete documentation index at: https://docs.serval.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the team.
The ID of the entity type.
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.
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.
The field values for the entity. Must include the key field and name field values (unless using the key/name convenience fields above).
Success
The created entity.