summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index ec14fb55..ee7a4e8a 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -8431,7 +8431,8 @@ "type": "object", "properties": { "color": { - "type": "integer" + "type": "integer", + "nullable": true }, "guild_ids": { "type": "array", @@ -8440,10 +8441,12 @@ } }, "id": { - "type": "integer" + "type": "integer", + "nullable": true }, "name": { - "type": "string" + "type": "string", + "nullable": true } }, "required": [