Skip to main content
PATCH
Every record type, with what may be hung off it.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none

Query Parameters

entity
string
label
string
schema_name
string
table_name
string
is_tenant_scoped
string
supports_attachments
string
supports_comments
string
is_administered
string

Body

entity_types

Every record type, with what may be hung off it.

Broader than api.entity_definitions, which is only the ones a tenant may edit generically (ADR-017).

entity
string<character varying>
Maximum string length: 80
is_administered
boolean<boolean>
is_tenant_scoped
boolean<boolean>
label
string<character varying>
Maximum string length: 120
schema_name
string<character varying>
Maximum string length: 40
supports_attachments
boolean<boolean>
supports_comments
boolean<boolean>
table_name
string<character varying>
Maximum string length: 60

Response

204

No Content