Skip to content

Commit

Permalink
Updated from Slack docs, 2023/04/26
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Apr 26, 2023
1 parent d810a47 commit 18aad2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions methods/chat/chat.postEphemeral.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
"icon_emoji": {
"required": false,
"example": ":chart_with_upwards_trend:",
"desc": "Emoji to use as the icon for this message. Overrides icon_url. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "Emoji to use as the icon for this message. Overrides icon_url.",
"type": "string"
},
"icon_url": {
"required": false,
"example": "http://lorempixel.com/48/48",
"desc": "URL to an image to use as the icon for this message. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "URL to an image to use as the icon for this message.",
"type": "string"
},
"link_names": {
Expand All @@ -75,7 +75,7 @@
"username": {
"required": false,
"example": "My Bot",
"desc": "Set your bot's user name. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "Set your bot's user name.",
"type": "string"
}
},
Expand Down
6 changes: 3 additions & 3 deletions methods/chat/chat.postMessage.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"icon_emoji": {
"required": false,
"example": ":chart_with_upwards_trend:",
"desc": "Emoji to use as the icon for this message. Overrides icon_url. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "Emoji to use as the icon for this message. Overrides icon_url.",
"type": "string"
},
"icon_url": {
"required": false,
"example": "http://lorempixel.com/48/48",
"desc": "URL to an image to use as the icon for this message. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "URL to an image to use as the icon for this message.",
"type": "string"
},
"link_names": {
Expand Down Expand Up @@ -99,7 +99,7 @@
"username": {
"required": false,
"example": "My Bot",
"desc": "Set your bot's user name. Must be used in conjunction with as_user set to false, otherwise ignored. See authorship below.",
"desc": "Set your bot's user name.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion methods/users/users.conversations.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"limit": {
"required": false,
"example": "100",
"desc": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. Must be an integer no larger than 1000.",
"desc": "The maximum number of items to return. Fewer than the requested number of items may be returned, even if the end of the list hasn't been reached. Must be an integer with a max value of 999.",
"type": "number"
},
"team_id": {
Expand Down

0 comments on commit 18aad2f

Please sign in to comment.