action bufferapp_get_info_configurationmedia_type_extension { label: "get_info_configurationmediaTypeExtension" description: "Returns an object with the current configuration that Buffer is using, including supported services, their icons and the varying limits of character and schedules." provider: bufferapp method: GET path: "/info/configuration{mediaTypeExtension}" encoding: json input: { type: "object" properties: { mediaTypeExtension: { type: "string" } } required: ["mediaTypeExtension"] additionalProperties: false } output: { type: "object" additionalProperties: true } }