Database table views
Updates the field options of a view. The field options differ per field type This could for example be used to update the field width of a grid view if the user changes it.
patch/api/database/views/{view_id}/field-options/
Path parameters
view_idinteger required
Updates the field options related to the provided value.
Headers
ClientSessionIdstring uuid
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.
ClientUndoRedoActionGroupIdstring uuid
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.