Changes the primary field of a table to the one provided in the body payload.
Path parameters
The table where to update the primary field in.
Headers
An optional header that marks the action performed by this request as having occurred in a particular client session. Then using the undo/redo endpoints with the same ClientSessionId header this action can be undone/redone.
An optional header that marks the action performed by this request as having occurred in a particular action group.Then calling the undo/redo endpoint with the same ClientSessionId header, all the actions belonging to the same action group can be undone/redone together in a single API call.
Request body
Response
Changes
Changed in 4 of the 6 revisions of this API.516
- ▲
removed the required property
oneOf[ButtonFieldField]/errorfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
oneOf[ButtonFieldField]/url_formulafrom the response with the200statusresponse-optional-property-removed
- ○
the response property
oneOf[CreatedOnFieldField]/namebecame required for the status200response-property-became-required
- ○
the response property
oneOf[DateFieldField]/namebecame required for the status200response-property-became-required
- ○
the response property
oneOf[LastModifiedFieldField]/namebecame required for the status200response-property-became-required
- ○
added the required property
oneOf[ButtonFieldField]/has_workflow_actionsto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
added
ButtonFieldFieldto the response bodyoneOflist for the response status200response-body-one-of-added
- ○
added
buttonmapping keys to the response discriminator for the response status200response-body-discriminator-mapping-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
oneOf[CreatedOnFieldField]/namebecame optional for the status200response-property-became-optional
- ▲
the response property
oneOf[DateFieldField]/namebecame optional for the status200response-property-became-optional
- ▲
the response property
oneOf[LastModifiedFieldField]/namebecame optional for the status200response-property-became-optional
- ▲
- ○
added the required property
oneOf[AIFieldField]/errorto the response with the200statusresponse-required-property-added
- ○