Skip to content

Commit

Permalink
Fix files.completeUploadExternal response to include SlackFile model …
Browse files Browse the repository at this point in the history
…with all fields (#277)
  • Loading branch information
abdolence authored Jun 2, 2024
1 parent 735c4e6 commit 19eca8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ pub struct SlackApiFilesCompleteUploadExternalRequest {
#[skip_serializing_none]
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, Builder)]
pub struct SlackApiFilesCompleteUploadExternalResponse {
pub files: Vec<SlackApiFilesComplete>,
pub files: Vec<SlackFile>,
}

#[skip_serializing_none]
Expand Down

0 comments on commit 19eca8e

Please sign in to comment.