Skip to content

Commit

Permalink
doc-devs: update deepcrated field, fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: hungran <26101787+hungran@users.noreply.github.com>
  • Loading branch information
hungran committed Jul 31, 2023
1 parent 1be923c commit 7e773d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ Must be one of the following structs:
| Field | Type | Description | Required |
|-|-|-|-|
| hookURL | string | The hookURL of a slack channel. | Yes |
| oauthToken | string | Deprecated [The token for slack api use.](https://api.slack.com/authentication/basics) | No |
| oauthTokenData | string | Base64 [The token for slack api use.](https://api.slack.com/authentication/basics) | No |
| oauthToken | string | [The token for Slack API use.](https://api.slack.com/authentication/basics) (deprecated)| No |
| oauthTokenData | string | Base64 encoded string of [The token for Slack API use.](https://api.slack.com/authentication/basics) | No |
| oauthTokenFile | string | The path to the oautoken file | No |
| channelID | string | The channel id which slack api send to. | No |
| mentionedAccounts | []string | The accounts to which slack api referes. This field supports both `@username` and `username` writing styles.| No |
Expand Down

0 comments on commit 7e773d0

Please sign in to comment.