action beanstream_put_profiles_profile_id { label: "Update Profile" description: "Create a new Payment Profile using either a card or a Legato token. You must supply one of them." provider: beanstream method: PUT path: "/profiles/{profileId}" encoding: json input: { type: "object" properties: { profileId: { type: "string" } } required: ["profileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }