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