action whatsapp_update_profile_about { label: "Update-Profile-About" provider: whatsapp method: PATCH path: "/settings/profile/about" encoding: json input: { type: "object" required: ["text"] properties: { text: { type: "string" description: "Text to display in your profile's About section\nThe max length for the string is 139 characters." } } } output: { type: "object" additionalProperties: true } }