We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04e007 commit a428709Copy full SHA for a428709
open-api/v0.yaml
@@ -4040,15 +4040,22 @@ components:
4040
type: string
4041
description: 不能包含空格
4042
UserEpisodeCollection:
4043
- additionalProperties: false
+ additionalProperties: true
4044
properties:
4045
episode:
4046
$ref: '#/components/schemas/Episode'
4047
type:
4048
$ref: '#/components/schemas/EpisodeCollectionType'
4049
+ updated_at:
4050
+ type: integer
4051
+ description: A int64 unix timestamp, `0` as unknown or un-recorded.
4052
+ example:
4053
+ - 0
4054
+ - 1700000000
4055
required:
4056
- episode
4057
- type
4058
+ - updated_at
4059
type: object
4060
v0_RelatedSubject:
4061
title: RelatedSubject
0 commit comments