mirror of
https://github.com/discord/discord-api-spec.git
synced 2024-12-22 08:31:23 -05:00
Automated spec update (58625)
This commit is contained in:
parent
879a8e6e94
commit
a70e081c80
2 changed files with 36 additions and 0 deletions
|
@ -1095,6 +1095,24 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"delete": {
|
||||||
|
"operationId": "delete_application_user_role_connection",
|
||||||
|
"responses": {
|
||||||
|
"204": {
|
||||||
|
"description": "204 response for delete_application_user_role_connection"
|
||||||
|
},
|
||||||
|
"4XX": {
|
||||||
|
"$ref": "#/components/responses/ClientErrorResponse"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"OAuth2": [
|
||||||
|
"role_connections.write"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/users/@me/guilds/{guild_id}/member": {
|
"/users/@me/guilds/{guild_id}/member": {
|
||||||
|
|
|
@ -1095,6 +1095,24 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"delete": {
|
||||||
|
"operationId": "delete_application_user_role_connection",
|
||||||
|
"responses": {
|
||||||
|
"204": {
|
||||||
|
"description": "204 response for delete_application_user_role_connection"
|
||||||
|
},
|
||||||
|
"4XX": {
|
||||||
|
"$ref": "#/components/responses/ClientErrorResponse"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"security": [
|
||||||
|
{
|
||||||
|
"OAuth2": [
|
||||||
|
"role_connections.write"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/users/@me/guilds/{guild_id}/member": {
|
"/users/@me/guilds/{guild_id}/member": {
|
||||||
|
|
Loading…
Reference in a new issue