action frankiefinancial_flag_duplicate_entity { label: "Resolve Duplicate States." description: "Resolve the state of a pair of duplicate entities with the '?set=' query parameter as 'true' or 'false'.\nSetting duplicate to 'true' will make entityId invisible for most purposes and otherId will continue to function as normal.\nSetting duplicate to 'false' means the two entities are in fact separate but similar and they will both continue to exist independently but will no longer be identified as duplicates of eachother.\n" provider: frankiefinancial method: POST path: "/entity/{entityId}/flag/duplicate/{otherId}" encoding: json output: { type: "object" additionalProperties: true } }