Skip to content

Commit 28a0ea5

Browse files
committed
Upgrade Java SDK to spec 1.21.1-nightly.26
1 parent a9f585e commit 28a0ea5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎docs/CalendarEventDiscovery.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
|**nextCursor** | **String** | Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string format: string description: Base64-encoded 256-bit hash of the original query parameters | [optional] |
10+
|**nextCursor** | **String** | Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string description: Base64-encoded 256-bit hash of the original query parameters | [optional] |
1111
|**results** | [**List<CalendarEvent>**](CalendarEvent.md) | | |
1212

1313

‎src/main/java/io/github/vrchatapi/model/CalendarEventDiscovery.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public CalendarEventDiscovery nextCursor(@javax.annotation.Nullable String nextC
7171
}
7272

7373
/**
74-
* Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string format: string description: Base64-encoded 256-bit hash of the original query parameters
74+
* Base64-encoded JSON: type: object properties: dataSource: type: string enum: - featured - personalized dataIndex: type: integer format: int32 phase: type: string enum: - all - live - upcoming description: see CalendarEventDiscoveryScope asOf: type: integer format: int64 description: milliseconds since Unix epoch paramHash: type: string description: Base64-encoded 256-bit hash of the original query parameters
7575
* @return nextCursor
7676
*/
7777
@javax.annotation.Nullable

0 commit comments

Comments
 (0)