action whapi_update_pin { label: "Updates a customer's plus card pin" description: "Updates a customer's plus card pin" provider: whapi method: PUT path: "/account/plusCard/pin" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } apiSecret: { type: "string" } apiTicket: { type: "string" } } required: ["apiKey", "apiSecret", "apiTicket"] additionalProperties: false } output: { type: "object" additionalProperties: true } }