patch https://api.raisely.com/v3/interactions/
Updates a specific interaction. Only interaction.details may be updated (Cannot delete system generated or read only interactions)
For custom components:
RaiselyComponents.api.one('interactions', '{uuid}').patch(data = {}, params = {}, headers = {}) => Promise<{result}>
See Restie Response Data for a more detailed overview of responses through the client wrapper