Question:
The documentation for wix-crm-v2 updateContact() has “revision” as the third argument, whereas in Wix studio, revision isn’t one of the arguments (see the image). There doesn’t seem to be a way to pass in the revision.
function updateContact(
contactId: string,
info: ContactInfo,
revision: number,
options: UpdateContactOptions,
): Promise<UpdateContactResponse>;