pub async fn file_upload(
client: &Client,
meta_data: Option<Value>,
make_public: Option<bool>,
size: i64,
content_type: String,
filename: String,
) -> Result<Value, LinearError>Expand description
XHR request payload to upload an images, video and other attachments directly to Linear’s cloud storage.