mirror of
https://github.com/discord/discord-api-spec.git
synced 2026-05-01 06:20:33 -04:00
Automated spec update (181140)
This commit is contained in:
parent
9218dfd662
commit
63dd74290f
2 changed files with 6 additions and 0 deletions
|
|
@ -24711,6 +24711,9 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/GuildRoleResponse"
|
"$ref": "#/components/schemas/GuildRoleResponse"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"target_users_job_status": {
|
||||||
|
"$ref": "#/components/schemas/TargetUsersJobStatusResponse"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
|
|
@ -25151,6 +25151,9 @@
|
||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/components/schemas/GuildRoleResponse"
|
"$ref": "#/components/schemas/GuildRoleResponse"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"target_users_job_status": {
|
||||||
|
"$ref": "#/components/schemas/TargetUsersJobStatusResponse"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue