fix(openapi): use a regular int64 type for visionary slot user id
This commit is contained in:
@@ -26,7 +26,7 @@ description: 'Premium object schemas from the Fluxer API.'
|
||||
| Field | Type | Description |
|
||||
|-------|------|-------------|
|
||||
| slot_index | integer (int32) | The slot index |
|
||||
| user_id | ?[SnowflakeType](#snowflaketype) | User ID that reserved this slot, or null if unreserved (special value -1 is also valid) |
|
||||
| user_id | ?[Int64StringType](#int64stringtype) | User ID that reserved this slot, or null if unreserved (special value -1 is also valid) |
|
||||
|
||||
<a id="priceidsresponsecurrency"></a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user