Skip to content

Commit ff620c5

Browse files
committed
chore: generate OpenAPI specification
1 parent 666c940 commit ff620c5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

OpenAPI.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11253,6 +11253,7 @@
1125311253
"type": "object",
1125411254
"required": [
1125511255
"_id",
11256+
"approximate_member_count",
1125611257
"channels",
1125711258
"default_permissions",
1125811259
"name",
@@ -11347,6 +11348,12 @@
1134711348
"discoverable": {
1134811349
"description": "Whether this server should be publicly discoverable",
1134911350
"type": "boolean"
11351+
},
11352+
"approximate_member_count": {
11353+
"description": "Approximate amount of members in the server",
11354+
"type": "integer",
11355+
"format": "uint",
11356+
"minimum": 0.0
1135011357
}
1135111358
}
1135211359
},
@@ -11495,6 +11502,7 @@
1149511502
"type": "object",
1149611503
"required": [
1149711504
"_id",
11505+
"approximate_member_count",
1149811506
"channels",
1149911507
"default_permissions",
1150011508
"name",
@@ -11589,6 +11597,12 @@
1158911597
"discoverable": {
1159011598
"description": "Whether this server should be publicly discoverable",
1159111599
"type": "boolean"
11600+
},
11601+
"approximate_member_count": {
11602+
"description": "Approximate amount of members in the server",
11603+
"type": "integer",
11604+
"format": "uint",
11605+
"minimum": 0.0
1159211606
}
1159311607
}
1159411608
}
@@ -13076,6 +13090,12 @@
1307613090
"discoverable": {
1307713091
"type": "boolean",
1307813092
"nullable": true
13093+
},
13094+
"approximate_member_count": {
13095+
"type": "integer",
13096+
"format": "uint",
13097+
"minimum": 0.0,
13098+
"nullable": true
1307913099
}
1308013100
}
1308113101
},

0 commit comments

Comments
 (0)