Updated openapi.json

This commit is contained in:
Toastie 2024-09-26 21:45:30 +12:00
parent 0312616e55
commit 333cc04e26
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -4105,6 +4105,9 @@
"rules_channel_id": { "rules_channel_id": {
"type": "string" "type": "string"
}, },
"guild_template_code": {
"type": "string"
},
"afk_timeout": { "afk_timeout": {
"type": "integer" "type": "integer"
}, },
@ -5241,6 +5244,9 @@
}, },
"rules_channel_id": { "rules_channel_id": {
"type": "string" "type": "string"
},
"guild_template_code": {
"type": "string"
} }
} }
}, },
@ -5325,6 +5331,9 @@
}, },
"rules_channel_id": { "rules_channel_id": {
"type": "string" "type": "string"
},
"guild_template_code": {
"type": "string"
} }
} }
}, },
@ -8299,6 +8308,9 @@
"rules_channel_id": { "rules_channel_id": {
"type": "string" "type": "string"
}, },
"guild_template_code": {
"type": "string"
},
"afk_timeout": { "afk_timeout": {
"type": "integer" "type": "integer"
}, },
@ -13716,7 +13728,14 @@
}, },
"responses": { "responses": {
"200": { "200": {
"description": "No description available" "description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/APIPublicMember"
}
}
}
}, },
"400": { "400": {
"description": "", "description": "",