mirror of https://github.com/usbharu/Hideout.git
chore: Jacksonがnullableかつrequiredを理解しないので変更
This commit is contained in:
parent
a3518ddf53
commit
5d01be2d88
|
@ -573,6 +573,7 @@ paths:
|
|||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
nullable: true
|
||||
default: 20
|
||||
- in: query
|
||||
name: only_media
|
||||
|
@ -1278,6 +1279,7 @@ components:
|
|||
language:
|
||||
type: string
|
||||
nullable: true
|
||||
default: null
|
||||
text:
|
||||
type: string
|
||||
nullable: true
|
||||
|
@ -1315,11 +1317,7 @@ components:
|
|||
- favourites_count
|
||||
- replies_count
|
||||
- url
|
||||
- in_reply_to_id
|
||||
- in_reply_to_account_id
|
||||
- language
|
||||
- text
|
||||
- edited_at
|
||||
|
||||
MediaAttachment:
|
||||
type: object
|
||||
|
|
Loading…
Reference in New Issue