From 8bf6faa29896ab0a1ac057683f9bc8c163e33893 Mon Sep 17 00:00:00 2001 From: Kyrch Date: Wed, 20 Mar 2024 16:14:10 -0300 Subject: [PATCH] fix: media_format is not nullable (#98) --- docs/wiki/anime/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/wiki/anime/index.md b/docs/wiki/anime/index.md index 5edfd70..d1dc6a2 100644 --- a/docs/wiki/anime/index.md +++ b/docs/wiki/anime/index.md @@ -19,7 +19,7 @@ For example, Bakemonogatari is an anime production with five opening sequences a | slug | String | No | The URL slug & route key of the resource | | year | Integer | Yes | The premiere year of the anime | | season | Enum | Yes | The premiere season of the anime [Winter, Spring, Summer, Fall] | -| media_format | Enum | Yes | The media format of the anime [Unknown, TV, TV Short, OVA, Movie, Special, ONA] | +| media_format | Enum | No | The media format of the anime [Unknown, TV, TV Short, OVA, Movie, Special, ONA] | | synopsis | String | Yes | The brief summary of the anime | | created_at | Date | No | The date that the resource was created | | updated_at | Date | No | The date that the resource was last modified |