1 files changed, 1 insertions, 7 deletions
diff --git a/assets/openapi.json b/assets/openapi.json
index b13eba95..91807e0b 100644
--- a/assets/openapi.json
+++ b/assets/openapi.json
@@ -4906,12 +4906,6 @@
"$ref": "#/components/schemas/Channel"
}
},
- "APIMemberArray": {
- "type": "array",
- "items": {
- "$ref": "#/components/schemas/Member"
- }
- },
"APIGuildWithJoinedAt": {
"type": "object",
"properties": {
@@ -21716,7 +21710,7 @@
"content": {
"application/json": {
"schema": {
- "$ref": "#/components/schemas/APIMemberArray"
+ "$ref": "#/components/schemas/PublicMemberArray"
}
}
}
|