File tree Expand file tree Collapse file tree 2 files changed +494
-123
lines changed Expand file tree Collapse file tree 2 files changed +494
-123
lines changed Original file line number Diff line number Diff line change 2732
2732
},
2733
2733
"required" : [
2734
2734
" name" ,
2735
- " type" ,
2736
- " verified"
2735
+ " type"
2737
2736
]
2738
2737
},
2739
2738
"UserRelationsResponse" : {
2979
2978
},
2980
2979
"show_activity" : {
2981
2980
"type" : " boolean"
2981
+ },
2982
+ "metadata_visibility" : {
2983
+ "type" : " boolean"
2982
2984
}
2983
2985
}
2984
2986
}
4951
4953
],
4952
4954
"tags" : [
4953
4955
" guilds"
4954
- ]
4956
+ ],
4957
+ "x-permission-required" : " MANAGE_ROLES"
4955
4958
}
4956
4959
},
4957
4960
"/guilds/{guild_id}/roles/{role_id}/" : {
7987
7990
" connections"
7988
7991
]
7989
7992
}
7993
+ },
7994
+ "/channels/{channel_id}/messages/" : {
7995
+ "get" : {
7996
+ "security" : [
7997
+ {
7998
+ "bearer" : []
7999
+ }
8000
+ ],
8001
+ "parameters" : [
8002
+ {
8003
+ "name" : " channel_id" ,
8004
+ "in" : " path" ,
8005
+ "required" : true ,
8006
+ "schema" : {
8007
+ "type" : " string"
8008
+ },
8009
+ "description" : " channel_id"
8010
+ }
8011
+ ],
8012
+ "tags" : [
8013
+ " channels"
8014
+ ]
8015
+ },
8016
+ "post" : {
8017
+ "x-right-required" : " SEND_MESSAGES" ,
8018
+ "x-permission-required" : " SEND_MESSAGES" ,
8019
+ "security" : [
8020
+ {
8021
+ "bearer" : []
8022
+ }
8023
+ ],
8024
+ "parameters" : [
8025
+ {
8026
+ "name" : " channel_id" ,
8027
+ "in" : " path" ,
8028
+ "required" : true ,
8029
+ "schema" : {
8030
+ "type" : " string"
8031
+ },
8032
+ "description" : " channel_id"
8033
+ }
8034
+ ],
8035
+ "tags" : [
8036
+ " channels"
8037
+ ]
8038
+ }
7990
8039
}
7991
8040
}
7992
8041
}
You can’t perform that action at this time.
0 commit comments