Update Field Definition

This endpoint takes a Field Definition, which is used to update the specified field definition. The easiest way to accomplish this is to modify the values in the response from the GET field definition endpoint and send a PATCH request.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to update field definition for

integer
required

ID of field definition to update

Body Params
string

Name of the field

string

Stores the type of the field. The type does not affect how the data is interpreted in the Data Service; it is for use on the client side. Valid values include BOOLEAN, STRING, NUMBER, and ANY.

string

Link to the associated collection

boolean

Denotes whether the specified field is part of the primary key. The default value is false

string

Denotes a default ordering for the fields. This is currently used by the Lucid client to determine the order in which the fields are displayed, unless the context suggests a better ordering.

string

Default value for this field

string

Override name for field which is used when displaying to users

Response

Language
Credentials
OAuth2