diff --git a/src/main/resources/openapi/mastodon.yaml b/src/main/resources/openapi/mastodon.yaml index 45675b63..f4c5875b 100644 --- a/src/main/resources/openapi/mastodon.yaml +++ b/src/main/resources/openapi/mastodon.yaml @@ -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