action whatsapp_update_media_providers { label: "Update-Media-Providers" provider: whatsapp method: POST path: "/settings/application/media/providers" encoding: json input: { type: "array" items: { type: "object" properties: { config: { type: "object" } name: { type: "string" description: "The name for the provider" } type: { type: "string" description: "The type of provider" } } } } output: { type: "object" additionalProperties: true } }