updateExtendedFields( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates extended fields of a menu ordering settings entity without incrementing its revision.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

ID of the entity to update.


namespacestringRequired

Identifier for the app whose extended fields are being updated.


optionsUpdateExtendedFieldsOptionsRequired
Returns
Return Type:Promise<UpdateExtendedFieldsResponse>
Did this help?