action inboxroute_put_contacts_contactid { label: "put_contacts_contactid" description: "Update an existing contact" provider: inboxroute method: PUT path: "/contacts/{contactid}" encoding: json input: { type: "object" properties: { contactid: { type: "string" } } required: ["contactid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }