action zoomconnect_post_api_rest_v1_contacts_contact_id { label: "update" description: "Updates a contact" provider: zoomconnect method: POST path: "/api/rest/v1/contacts/{contactId}" encoding: json input: { type: "object" properties: { contactId: { type: "string" } } required: ["contactId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }