action bufferapp_get_profiles_id_updates_pendingmedia_type_extension { label: "get_profiles_id_updates_pendingmediaTypeExtension" description: "\"Returns an array of updates that are currently in the buffer for an individual social media profile.\n" provider: bufferapp method: GET path: "/profiles/{id}/updates/pending{mediaTypeExtension}" encoding: json input: { type: "object" properties: { count: { type: "string" } id: { type: "string" } mediaTypeExtension: { type: "string" } page: { type: "string" } since: { type: "string" } utc: { type: "string" } } required: ["id", "mediaTypeExtension"] additionalProperties: false } output: { type: "object" additionalProperties: true } }