Skip to content

Commit

Permalink
Address a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Oct 19, 2023
1 parent 6ce56f3 commit f172551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-api/src/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2120,7 +2120,7 @@ export interface OAuthAccessArguments {
client_secret: string; // TODO: docs state this is optional
code: string; // TODO: docs state this is optional
redirect_uri?: string;
single_channel?: string; // TODO: docs state this is a boolean, only valid for legacy apps
single_channel?: boolean;
}
// https://api.slack.com/methods/oauth.v2.access
export interface OAuthV2AccessArguments {
Expand Down

0 comments on commit f172551

Please sign in to comment.