fix(openapi): use a regular int64 type for visionary slot user id
This commit is contained in:
@@ -103,7 +103,7 @@ Type: [ConnectionResponse](#connectionresponse)[]
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| category_id? | integer (int32) | Updated discovery category ID |
|
||||
| category_type? | integer (int32) | Updated discovery category type |
|
||||
| description? | string | Updated description for discovery listing |
|
||||
|
||||
<a id="discoveryapplicationrequest"></a>
|
||||
@@ -116,7 +116,7 @@ Type: [ConnectionResponse](#connectionresponse)[]
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| category_id | integer (int32) | Discovery category ID |
|
||||
| category_type | integer (int32) | Discovery category type |
|
||||
| description | string | Description for discovery listing |
|
||||
|
||||
<a id="discoverycategorylistresponse"></a>
|
||||
@@ -157,7 +157,7 @@ Type: [DiscoveryCategoryResponse](#discoverycategoryresponse)[]
|
||||
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| category_id | number | Discovery category ID |
|
||||
| category_type | number | Discovery category type |
|
||||
| description? | ?string | Discovery description |
|
||||
| features | string[] | Guild feature flags |
|
||||
| icon? | ?string | Guild icon hash |
|
||||
|
||||
Reference in New Issue
Block a user