You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/buffer.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ Create a post in Buffer for a channel — add it to the queue, share it immediat
34
34
|`dueAt`| string | No | Publish time as an ISO 8601 timestamp \(required when mode is customScheduled\)|
35
35
|`saveToDraft`| boolean | No | Save the post as a draft instead of scheduling it |
36
36
|`media`| file | No | Image or video to attach — an uploaded file, a file reference from a previous block, or a publicly accessible URL |
37
+
|`mediaType`| string | No | Force the attachment type when it cannot be detected from the file or URL: image or video \(default auto\)|
37
38
|`mediaAltText`| string | No | Alt text for an attached image |
38
39
39
40
#### Output
@@ -83,6 +84,7 @@ Edit an existing Buffer post — update its text, schedule, or media. Attaching
83
84
|`dueAt`| string | No | Publish time as an ISO 8601 timestamp \(required when mode is customScheduled\)|
84
85
|`saveToDraft`| boolean | No | Save the post as a draft instead of scheduling it |
85
86
|`media`| file | No | Image or video to attach — an uploaded file, a file reference from a previous block, or a publicly accessible URL. Replaces existing attachments |
87
+
|`mediaType`| string | No | Force the attachment type when it cannot be detected from the file or URL: image or video \(default auto\)|
86
88
|`mediaAltText`| string | No | Alt text for an attached image |
0 commit comments