|
1 | | ---- resources/slack-openapi-sorted.json 2020-09-24 14:28:16.317703122 +0200 |
2 | | -+++ resources/slack-openapi-patched.json 2020-09-24 14:28:45.805940716 +0200 |
| 1 | +--- resources/slack-openapi-sorted.json 2020-10-20 19:05:20.339337957 +0200 |
| 2 | ++++ resources/slack-openapi-patched.json 2020-10-20 19:21:37.101137417 +0200 |
3 | 3 | @@ -415,763 +415,331 @@ |
4 | 4 | ], |
5 | 5 | "title": "File Comment Object", |
|
123 | 123 | - "type": "boolean" |
124 | 124 | - }, |
125 | 125 | - "is_moved": { |
126 | | - "type": "integer" |
127 | | - }, |
| 126 | +- "type": "integer" |
| 127 | +- }, |
128 | 128 | - "is_mpim": { |
129 | 129 | - "enum": [ |
130 | 130 | - false |
|
291 | 291 | - "uniqueItems": true |
292 | 292 | - }, |
293 | 293 | - "timezone_count": { |
294 | | -- "type": "integer" |
295 | | -- }, |
| 294 | + "type": "integer" |
| 295 | + }, |
296 | 296 | - "topic": { |
297 | 297 | - "additionalProperties": false, |
298 | 298 | - "properties": { |
|
1470 | 1470 | + }, |
1471 | 1471 | + "is_bot": { |
1472 | 1472 | + "type": "boolean" |
1473 | | - }, |
1474 | | -- { |
| 1473 | ++ }, |
1475 | 1474 | + "is_invited_user": { |
1476 | 1475 | + "type": "boolean" |
1477 | | -+ }, |
| 1476 | + }, |
| 1477 | +- { |
1478 | 1478 | + "is_owner": { |
1479 | 1479 | + "type": "boolean" |
1480 | 1480 | + }, |
|
2953 | 2953 | }, |
2954 | 2954 | { |
2955 | 2955 | "description": "`id` of the user who will receive the ephemeral message. The user should be in the channel specified by the `channel` argument.", |
| 2956 | +@@ -11253,21 +10764,21 @@ |
| 2957 | + { |
| 2958 | + "description": "Change how messages are treated. Defaults to `none`. See [below](#formatting).", |
| 2959 | + "in": "formData", |
| 2960 | + "name": "parse", |
| 2961 | + "type": "string" |
| 2962 | + }, |
| 2963 | + { |
| 2964 | + "description": "Pass true to post the message as the authed user, instead of as a bot. Defaults to false. See [authorship](#authorship) below.", |
| 2965 | + "in": "formData", |
| 2966 | + "name": "as_user", |
| 2967 | +- "type": "string" |
| 2968 | ++ "type": "boolean" |
| 2969 | + }, |
| 2970 | + { |
| 2971 | + "description": "Disable Slack markup parsing by setting to `false`. Enabled by default.", |
| 2972 | + "in": "formData", |
| 2973 | + "name": "mrkdwn", |
| 2974 | + "type": "boolean" |
| 2975 | + }, |
| 2976 | + { |
| 2977 | + "description": "Channel, private group, or IM channel to send message to. Can be an encoded ID, or a name. See [below](#channels) for more details.", |
| 2978 | + "in": "formData", |
2956 | 2979 | @@ -11308,21 +10819,20 @@ |
2957 | 2980 | { |
2958 | 2981 | "description": "Set your bot's user name. Must be used in conjunction with `as_user` set to false, otherwise ignored. See [authorship](#authorship) below.", |
|
3184 | 3207 | "type": "string" |
3185 | 3208 | } |
3186 | 3209 | ], |
3187 | | -@@ -12091,21 +11624,20 @@ |
| 3210 | +@@ -12072,40 +11605,39 @@ |
| 3211 | + { |
| 3212 | + "description": "A JSON-based array of structured attachments, presented as a URL-encoded string. This field is required when not presenting `text`.", |
| 3213 | + "in": "formData", |
| 3214 | + "name": "attachments", |
| 3215 | + "type": "string" |
| 3216 | + }, |
| 3217 | + { |
| 3218 | + "description": "Pass true to update the message as the authed user. [Bot users](/bot-users) in this context are considered authed users.", |
| 3219 | + "in": "formData", |
| 3220 | + "name": "as_user", |
| 3221 | +- "type": "string" |
| 3222 | ++ "type": "boolean" |
| 3223 | + }, |
| 3224 | + { |
| 3225 | + "description": "Timestamp of the message to be updated.", |
| 3226 | + "in": "formData", |
| 3227 | + "name": "ts", |
| 3228 | + "required": true, |
| 3229 | + "type": "string" |
| 3230 | + }, |
3188 | 3231 | { |
3189 | 3232 | "description": "Change how messages are treated. Defaults to `client`, unlike `chat.postMessage`. Accepts either `none` or `full`. See [below](#formatting).", |
3190 | 3233 | "in": "formData", |
|
0 commit comments