Upsert entity types
Batched create-or-update of entity types. Existing types matched by id are updated; new ids are created. Idempotent — re-submitting the same payload converges to the same state.
Authorizations
Server API Key
Headers
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Body
Batched create-or-update of entity types. Idempotent — re-submitting the same payload converges.
Entity types to upsert (1–100 per request)
1 - 100 elementsResponse
Entity types after upsert.
Entity types after upsert.
