diff --git a/docs/wiki/resource/index.md b/docs/wiki/resource/index.md index d553275..9138b24 100644 --- a/docs/wiki/resource/index.md +++ b/docs/wiki/resource/index.md @@ -17,7 +17,7 @@ For example, the Bakemonogatari anime has MyAnimeList, AniList and AniDB resourc | id | Integer | No | Yes | The primary key of the resource | | link | String | Yes | Yes | The URL of the external site | | external_id | Integer | Yes | Yes | The primary key of the resource in the external site | -| site | Enum | Yes | Yes | The external site that the resource belongs to [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music ] | +| site | Enum | Yes | Yes | The external site that the resource belongs to [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music, Crunchyroll, HIDIVE, Netflix, Disney Plus, Hulu, Amazon Prime Video] | | created_at | Date | No | No | The date that the resource was created | | updated_at | Date | No | No | The date that the resource was last modified | | deleted_at | Date | Yes | No | The date that the resource was deleted | diff --git a/docs/wiki/resource/store/index.md b/docs/wiki/resource/store/index.md index 80c2511..8ade472 100644 --- a/docs/wiki/resource/store/index.md +++ b/docs/wiki/resource/store/index.md @@ -26,7 +26,7 @@ POST /resource | :---------: | :------: | :--------------------------------------------------------------------------------------------------------------------- | | link | Yes | max:192, url, link matches site | | external_id | No | integer, min:0 | -| site | Yes | EnumValue [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music ] | +| site | Yes | EnumValue [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music, Crunchyroll, HIDIVE, Netflix, Disney Plus, Hulu, Amazon Prime Video] | ## Response diff --git a/docs/wiki/resource/update/index.md b/docs/wiki/resource/update/index.md index a70d720..c227568 100644 --- a/docs/wiki/resource/update/index.md +++ b/docs/wiki/resource/update/index.md @@ -28,7 +28,7 @@ PUT|PATCH /resource/{id} | :---------: | :------: | :--------------------------------------------------------------------------------------------------------------------- | | link | No | max:192, url, link matches site | | external_id | No | integer, min:0 | -| site | No | EnumValue [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music ] | +| site | No | EnumValue [Official Website, Twitter, AniDB, Anilist, Anime-Planet, Anime News Network, Kitsu, MyAnimeList, Wikipedia, Spotify, YouTube Music, YouTube, Apple Music, Amazon Music, Crunchyroll, HIDIVE, Netflix, Disney Plus, Hulu, Amazon Prime Video] | ## Response