mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-11 01:34:06 +02:00
refactor: move wiki to content (#124)
This commit is contained in:
+150
-150
@@ -3,311 +3,311 @@ import graphqlWarnPlugin from './theme/graphql-warn-plugin';
|
||||
|
||||
const referenceSidebarItems = [
|
||||
{
|
||||
text: 'Wiki',
|
||||
text: 'Content',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
text: 'Anime',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/anime/' },
|
||||
{ text: 'Destroy', link: '/wiki/anime/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/anime/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/anime/index/' },
|
||||
{ text: 'Restore', link: '/wiki/anime/restore/' },
|
||||
{ text: 'Show', link: '/wiki/anime/show/' },
|
||||
{ text: 'Store', link: '/wiki/anime/store/' },
|
||||
{ text: 'Update', link: '/wiki/anime/update/' },
|
||||
{ text: 'Year Index', link: '/wiki/animeyear/index/' },
|
||||
{ text: 'Year Show', link: '/wiki/animeyear/show/' }
|
||||
{ text: 'Resource', link: '/content/anime/' },
|
||||
{ text: 'Destroy', link: '/content/anime/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/anime/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/anime/index/' },
|
||||
{ text: 'Restore', link: '/content/anime/restore/' },
|
||||
{ text: 'Show', link: '/content/anime/show/' },
|
||||
{ text: 'Store', link: '/content/anime/store/' },
|
||||
{ text: 'Update', link: '/content/anime/update/' },
|
||||
{ text: 'Year Index', link: '/content/animeyear/index/' },
|
||||
{ text: 'Year Show', link: '/content/animeyear/show/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Image',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animeimage/' }
|
||||
{ text: 'Resource', link: '/content/animeimage/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Resource',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animeresource/' }
|
||||
{ text: 'Resource', link: '/content/animeresource/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Series',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animeseries/' },
|
||||
{ text: 'Destroy', link: '/wiki/animeseries/destroy/' },
|
||||
{ text: 'Index', link: '/wiki/animeseries/index/' },
|
||||
{ text: 'Show', link: '/wiki/animeseries/show/' },
|
||||
{ text: 'Store', link: '/wiki/animeseries/store/' }
|
||||
{ text: 'Resource', link: '/content/animeseries/' },
|
||||
{ text: 'Destroy', link: '/content/animeseries/destroy/' },
|
||||
{ text: 'Index', link: '/content/animeseries/index/' },
|
||||
{ text: 'Show', link: '/content/animeseries/show/' },
|
||||
{ text: 'Store', link: '/content/animeseries/store/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Studio',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animestudio/' },
|
||||
{ text: 'Destroy', link: '/wiki/animestudio/destroy/' },
|
||||
{ text: 'Index', link: '/wiki/animestudio/index/' },
|
||||
{ text: 'Show', link: '/wiki/animestudio/show/' },
|
||||
{ text: 'Store', link: '/wiki/animestudio/store/' }
|
||||
{ text: 'Resource', link: '/content/animestudio/' },
|
||||
{ text: 'Destroy', link: '/content/animestudio/destroy/' },
|
||||
{ text: 'Index', link: '/content/animestudio/index/' },
|
||||
{ text: 'Show', link: '/content/animestudio/show/' },
|
||||
{ text: 'Store', link: '/content/animestudio/store/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Synonym',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animesynonym/' },
|
||||
{ text: 'Destroy', link: '/wiki/animesynonym/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/animesynonym/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/animesynonym/index/' },
|
||||
{ text: 'Restore', link: '/wiki/animesynonym/restore/' },
|
||||
{ text: 'Show', link: '/wiki/animesynonym/show/' },
|
||||
{ text: 'Store', link: '/wiki/animesynonym/store/' },
|
||||
{ text: 'Update', link: '/wiki/animesynonym/update/' }
|
||||
{ text: 'Resource', link: '/content/animesynonym/' },
|
||||
{ text: 'Destroy', link: '/content/animesynonym/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/animesynonym/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/animesynonym/index/' },
|
||||
{ text: 'Restore', link: '/content/animesynonym/restore/' },
|
||||
{ text: 'Show', link: '/content/animesynonym/show/' },
|
||||
{ text: 'Store', link: '/content/animesynonym/store/' },
|
||||
{ text: 'Update', link: '/content/animesynonym/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Theme',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animetheme/' },
|
||||
{ text: 'Destroy', link: '/wiki/animetheme/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/animetheme/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/animetheme/index/' },
|
||||
{ text: 'Restore', link: '/wiki/animetheme/restore/' },
|
||||
{ text: 'Show', link: '/wiki/animetheme/show/' },
|
||||
{ text: 'Store', link: '/wiki/animetheme/store/' },
|
||||
{ text: 'Update', link: '/wiki/animetheme/update/' }
|
||||
{ text: 'Resource', link: '/content/animetheme/' },
|
||||
{ text: 'Destroy', link: '/content/animetheme/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/animetheme/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/animetheme/index/' },
|
||||
{ text: 'Restore', link: '/content/animetheme/restore/' },
|
||||
{ text: 'Show', link: '/content/animetheme/show/' },
|
||||
{ text: 'Store', link: '/content/animetheme/store/' },
|
||||
{ text: 'Update', link: '/content/animetheme/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Theme Entry',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animethemeentry/' },
|
||||
{ text: 'Destroy', link: '/wiki/animethemeentry/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/animethemeentry/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/animethemeentry/index/' },
|
||||
{ text: 'Restore', link: '/wiki/animethemeentry/restore/' },
|
||||
{ text: 'Show', link: '/wiki/animethemeentry/show/' },
|
||||
{ text: 'Store', link: '/wiki/animethemeentry/store/' },
|
||||
{ text: 'Update', link: '/wiki/animethemeentry/update/' }
|
||||
{ text: 'Resource', link: '/content/animethemeentry/' },
|
||||
{ text: 'Destroy', link: '/content/animethemeentry/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/animethemeentry/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/animethemeentry/index/' },
|
||||
{ text: 'Restore', link: '/content/animethemeentry/restore/' },
|
||||
{ text: 'Show', link: '/content/animethemeentry/show/' },
|
||||
{ text: 'Store', link: '/content/animethemeentry/store/' },
|
||||
{ text: 'Update', link: '/content/animethemeentry/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Anime Theme Entry Video',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/animethemeentryvideo/' },
|
||||
{ text: 'Destroy', link: '/wiki/animethemeentryvideo/destroy/' },
|
||||
{ text: 'Index', link: '/wiki/animethemeentryvideo/index/' },
|
||||
{ text: 'Show', link: '/wiki/animethemeentryvideo/show/' },
|
||||
{ text: 'Store', link: '/wiki/animethemeentryvideo/store/' }
|
||||
{ text: 'Resource', link: '/content/animethemeentryvideo/' },
|
||||
{ text: 'Destroy', link: '/content/animethemeentryvideo/destroy/' },
|
||||
{ text: 'Index', link: '/content/animethemeentryvideo/index/' },
|
||||
{ text: 'Show', link: '/content/animethemeentryvideo/show/' },
|
||||
{ text: 'Store', link: '/content/animethemeentryvideo/store/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Artist',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/artist/' },
|
||||
{ text: 'Destroy', link: '/wiki/artist/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/artist/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/artist/index/' },
|
||||
{ text: 'Restore', link: '/wiki/artist/restore/' },
|
||||
{ text: 'Show', link: '/wiki/artist/show/' },
|
||||
{ text: 'Store', link: '/wiki/artist/store/' },
|
||||
{ text: 'Update', link: '/wiki/artist/update/' }
|
||||
{ text: 'Resource', link: '/content/artist/' },
|
||||
{ text: 'Destroy', link: '/content/artist/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/artist/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/artist/index/' },
|
||||
{ text: 'Restore', link: '/content/artist/restore/' },
|
||||
{ text: 'Show', link: '/content/artist/show/' },
|
||||
{ text: 'Store', link: '/content/artist/store/' },
|
||||
{ text: 'Update', link: '/content/artist/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Artist Image',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/artistimage/' }
|
||||
{ text: 'Resource', link: '/content/artistimage/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Artist Member',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/artistmember/' },
|
||||
{ text: 'Destroy', link: '/wiki/artistmember/destroy/' },
|
||||
{ text: 'Index', link: '/wiki/artistmember/index/' },
|
||||
{ text: 'Show', link: '/wiki/artistmember/show/' },
|
||||
{ text: 'Store', link: '/wiki/artistmember/store/' },
|
||||
{ text: 'Update', link: '/wiki/artistmember/update/' }
|
||||
{ text: 'Resource', link: '/content/artistmember/' },
|
||||
{ text: 'Destroy', link: '/content/artistmember/destroy/' },
|
||||
{ text: 'Index', link: '/content/artistmember/index/' },
|
||||
{ text: 'Show', link: '/content/artistmember/show/' },
|
||||
{ text: 'Store', link: '/content/artistmember/store/' },
|
||||
{ text: 'Update', link: '/content/artistmember/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Artist Resource',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/artistresource/' }
|
||||
{ text: 'Resource', link: '/content/artistresource/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Artist Song',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/artistsong/' },
|
||||
{ text: 'Destroy', link: '/wiki/artistsong/destroy/' },
|
||||
{ text: 'Index', link: '/wiki/artistsong/index/' },
|
||||
{ text: 'Show', link: '/wiki/artistsong/show/' },
|
||||
{ text: 'Store', link: '/wiki/artistsong/store/' },
|
||||
{ text: 'Update', link: '/wiki/artistsong/update/' }
|
||||
{ text: 'Resource', link: '/content/artistsong/' },
|
||||
{ text: 'Destroy', link: '/content/artistsong/destroy/' },
|
||||
{ text: 'Index', link: '/content/artistsong/index/' },
|
||||
{ text: 'Show', link: '/content/artistsong/show/' },
|
||||
{ text: 'Store', link: '/content/artistsong/store/' },
|
||||
{ text: 'Update', link: '/content/artistsong/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Audio',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/audio/' },
|
||||
{ text: 'Destroy', link: '/wiki/audio/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/audio/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/audio/index/' },
|
||||
{ text: 'Restore', link: '/wiki/audio/restore/' },
|
||||
{ text: 'Show', link: '/wiki/audio/show/' },
|
||||
{ text: 'Store', link: '/wiki/audio/store/' },
|
||||
{ text: 'Update', link: '/wiki/audio/update/' }
|
||||
{ text: 'Resource', link: '/content/audio/' },
|
||||
{ text: 'Destroy', link: '/content/audio/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/audio/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/audio/index/' },
|
||||
{ text: 'Restore', link: '/content/audio/restore/' },
|
||||
{ text: 'Show', link: '/content/audio/show/' },
|
||||
{ text: 'Store', link: '/content/audio/store/' },
|
||||
{ text: 'Update', link: '/content/audio/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Group',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/group/' },
|
||||
{ text: 'Destroy', link: '/wiki/group/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/group/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/group/index/' },
|
||||
{ text: 'Restore', link: '/wiki/group/restore/' },
|
||||
{ text: 'Show', link: '/wiki/group/show/' },
|
||||
{ text: 'Store', link: '/wiki/group/store/' },
|
||||
{ text: 'Update', link: '/wiki/group/update/' }
|
||||
{ text: 'Resource', link: '/content/group/' },
|
||||
{ text: 'Destroy', link: '/content/group/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/group/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/group/index/' },
|
||||
{ text: 'Restore', link: '/content/group/restore/' },
|
||||
{ text: 'Show', link: '/content/group/show/' },
|
||||
{ text: 'Store', link: '/content/group/store/' },
|
||||
{ text: 'Update', link: '/content/group/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Image',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/image/' },
|
||||
{ text: 'Destroy', link: '/wiki/image/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/image/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/image/index/' },
|
||||
{ text: 'Restore', link: '/wiki/image/restore/' },
|
||||
{ text: 'Show', link: '/wiki/image/show/' },
|
||||
{ text: 'Store', link: '/wiki/image/store/' },
|
||||
{ text: 'Update', link: '/wiki/image/update/' }
|
||||
{ text: 'Resource', link: '/content/image/' },
|
||||
{ text: 'Destroy', link: '/content/image/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/image/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/image/index/' },
|
||||
{ text: 'Restore', link: '/content/image/restore/' },
|
||||
{ text: 'Show', link: '/content/image/show/' },
|
||||
{ text: 'Store', link: '/content/image/store/' },
|
||||
{ text: 'Update', link: '/content/image/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Resource',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/resource/' },
|
||||
{ text: 'Destroy', link: '/wiki/resource/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/resource/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/resource/index/' },
|
||||
{ text: 'Restore', link: '/wiki/resource/restore/' },
|
||||
{ text: 'Show', link: '/wiki/resource/show/' },
|
||||
{ text: 'Store', link: '/wiki/resource/store/' },
|
||||
{ text: 'Update', link: '/wiki/resource/update/' }
|
||||
{ text: 'Resource', link: '/content/resource/' },
|
||||
{ text: 'Destroy', link: '/content/resource/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/resource/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/resource/index/' },
|
||||
{ text: 'Restore', link: '/content/resource/restore/' },
|
||||
{ text: 'Show', link: '/content/resource/show/' },
|
||||
{ text: 'Store', link: '/content/resource/store/' },
|
||||
{ text: 'Update', link: '/content/resource/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Series',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/series/' },
|
||||
{ text: 'Destroy', link: '/wiki/series/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/series/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/series/index/' },
|
||||
{ text: 'Restore', link: '/wiki/series/restore/' },
|
||||
{ text: 'Show', link: '/wiki/series/show/' },
|
||||
{ text: 'Store', link: '/wiki/series/store/' },
|
||||
{ text: 'Update', link: '/wiki/series/update/' }
|
||||
{ text: 'Resource', link: '/content/series/' },
|
||||
{ text: 'Destroy', link: '/content/series/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/series/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/series/index/' },
|
||||
{ text: 'Restore', link: '/content/series/restore/' },
|
||||
{ text: 'Show', link: '/content/series/show/' },
|
||||
{ text: 'Store', link: '/content/series/store/' },
|
||||
{ text: 'Update', link: '/content/series/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Song',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/song/' },
|
||||
{ text: 'Destroy', link: '/wiki/song/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/song/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/song/index/' },
|
||||
{ text: 'Restore', link: '/wiki/song/restore/' },
|
||||
{ text: 'Show', link: '/wiki/song/show/' },
|
||||
{ text: 'Store', link: '/wiki/song/store/' },
|
||||
{ text: 'Update', link: '/wiki/song/update/' }
|
||||
{ text: 'Resource', link: '/content/song/' },
|
||||
{ text: 'Destroy', link: '/content/song/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/song/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/song/index/' },
|
||||
{ text: 'Restore', link: '/content/song/restore/' },
|
||||
{ text: 'Show', link: '/content/song/show/' },
|
||||
{ text: 'Store', link: '/content/song/store/' },
|
||||
{ text: 'Update', link: '/content/song/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Song Resource',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/songresource/' }
|
||||
{ text: 'Resource', link: '/content/songresource/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Studio',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/studio/' },
|
||||
{ text: 'Destroy', link: '/wiki/studio/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/studio/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/studio/index/' },
|
||||
{ text: 'Restore', link: '/wiki/studio/restore/' },
|
||||
{ text: 'Show', link: '/wiki/studio/show/' },
|
||||
{ text: 'Store', link: '/wiki/studio/store/' },
|
||||
{ text: 'Update', link: '/wiki/studio/update/' }
|
||||
{ text: 'Resource', link: '/content/studio/' },
|
||||
{ text: 'Destroy', link: '/content/studio/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/studio/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/studio/index/' },
|
||||
{ text: 'Restore', link: '/content/studio/restore/' },
|
||||
{ text: 'Show', link: '/content/studio/show/' },
|
||||
{ text: 'Store', link: '/content/studio/store/' },
|
||||
{ text: 'Update', link: '/content/studio/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Studio Image',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/studioimage/' }
|
||||
{ text: 'Resource', link: '/content/studioimage/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Studio Resource',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/studioresource/' }
|
||||
{ text: 'Resource', link: '/content/studioresource/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Video',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/video/' },
|
||||
{ text: 'Destroy', link: '/wiki/video/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/video/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/video/index/' },
|
||||
{ text: 'Restore', link: '/wiki/video/restore/' },
|
||||
{ text: 'Show', link: '/wiki/video/show/' },
|
||||
{ text: 'Store', link: '/wiki/video/store/' },
|
||||
{ text: 'Update', link: '/wiki/video/update/' }
|
||||
{ text: 'Resource', link: '/content/video/' },
|
||||
{ text: 'Destroy', link: '/content/video/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/video/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/video/index/' },
|
||||
{ text: 'Restore', link: '/content/video/restore/' },
|
||||
{ text: 'Show', link: '/content/video/show/' },
|
||||
{ text: 'Store', link: '/content/video/store/' },
|
||||
{ text: 'Update', link: '/content/video/update/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Video Script',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Resource', link: '/wiki/videoscript/' },
|
||||
{ text: 'Destroy', link: '/wiki/videoscript/destroy/' },
|
||||
{ text: 'Force Delete', link: '/wiki/videoscript/forceDelete/' },
|
||||
{ text: 'Index', link: '/wiki/videoscript/index/' },
|
||||
{ text: 'Restore', link: '/wiki/videoscript/restore/' },
|
||||
{ text: 'Show', link: '/wiki/videoscript/show/' },
|
||||
{ text: 'Store', link: '/wiki/videoscript/store/' },
|
||||
{ text: 'Update', link: '/wiki/videoscript/update/' }
|
||||
{ text: 'Resource', link: '/content/videoscript/' },
|
||||
{ text: 'Destroy', link: '/content/videoscript/destroy/' },
|
||||
{ text: 'Force Delete', link: '/content/videoscript/forceDelete/' },
|
||||
{ text: 'Index', link: '/content/videoscript/index/' },
|
||||
{ text: 'Restore', link: '/content/videoscript/restore/' },
|
||||
{ text: 'Show', link: '/content/videoscript/show/' },
|
||||
{ text: 'Store', link: '/content/videoscript/store/' },
|
||||
{ text: 'Update', link: '/content/videoscript/update/' }
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -598,7 +598,7 @@ export default {
|
||||
'/document/': referenceSidebarItems,
|
||||
'/list/': referenceSidebarItems,
|
||||
'/search/': referenceSidebarItems,
|
||||
'/wiki/': referenceSidebarItems,
|
||||
'/content/': referenceSidebarItems,
|
||||
}
|
||||
},
|
||||
rewrites: {
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ features:
|
||||
- icon: 📻
|
||||
title: Media Links
|
||||
details: Embed or download audio and video using links provided by resources
|
||||
link: /wiki/video/show/#response
|
||||
link: /content/video/show/#response
|
||||
linkText: JSON:API Example
|
||||
- icon: 🕸️
|
||||
title: External Mappings
|
||||
|
||||
@@ -8,7 +8,7 @@ title: Dump
|
||||
|
||||
A dump API resource represents a database dump of selected tables at a given point in time.
|
||||
|
||||
For example, the animethemes-db-dump-wiki-1663559663946.sql dump represents the database dump of wiki tables performed at 2022-09-19.
|
||||
For example, the animethemes-db-dump-content-1663559663946.sql dump represents the database dump of content tables performed at 2022-09-19.
|
||||
|
||||
## Fields
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ title: Dump Store
|
||||
|
||||
The dump store endpoint creates a new dump and returns the new dump resource.
|
||||
|
||||
For example, the `/dump?path=animethemes-db-dump-wiki-1663559663946.sql` endpoint will create a new dump and return the new dump resource.
|
||||
For example, the `/dump?path=animethemes-db-dump-content-1663559663946.sql` endpoint will create a new dump and return the new dump resource.
|
||||
|
||||
## URL
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ title: Dump Update
|
||||
|
||||
The dump update endpoint updates a dump and returns the updated dump resource.
|
||||
|
||||
For example, the `/dump/1?path=animethemes-db-dump-wiki-1663559663946.sql` endpoint will update the dump path attribute and return the updated dump resource.
|
||||
For example, the `/dump/1?path=animethemes-db-dump-content-1663559663946.sql` endpoint will update the dump path attribute and return the updated dump resource.
|
||||
|
||||
## URL
|
||||
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /anime/{slug}
|
||||
|
||||
**Required Permission**: delete anime
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime must not be soft deleted
|
||||
|
||||
+9
-9
@@ -47,38 +47,38 @@ For example, Bakemonogatari is an anime production with five opening sequences a
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Destroy](/wiki/anime/destroy/)**
|
||||
**[Anime Destroy](/content/anime/destroy/)**
|
||||
|
||||
The anime destroy endpoint soft deletes an anime and returns the deleted anime resource.
|
||||
|
||||
**[Anime Force Delete](/wiki/anime/forceDelete/)**
|
||||
**[Anime Force Delete](/content/anime/forceDelete/)**
|
||||
|
||||
The anime force delete endpoint hard deletes an anime and returns a confirmation message.
|
||||
|
||||
**[Anime Index](/wiki/anime/index/)**
|
||||
**[Anime Index](/content/anime/index/)**
|
||||
|
||||
The anime index endpoint displays a listing of anime resources.
|
||||
|
||||
**[Anime Restore](/wiki/anime/restore/)**
|
||||
**[Anime Restore](/content/anime/restore/)**
|
||||
|
||||
The anime restore endpoint restores a soft deleted anime and returns the restored anime resource.
|
||||
|
||||
**[Anime Show](/wiki/anime/show/)**
|
||||
**[Anime Show](/content/anime/show/)**
|
||||
|
||||
The anime show endpoint returns an anime resource.
|
||||
|
||||
**[Anime Store](/wiki/anime/store/)**
|
||||
**[Anime Store](/content/anime/store/)**
|
||||
|
||||
The anime store endpoint creates a new anime and returns the new anime resource.
|
||||
|
||||
**[Anime Update](/wiki/anime/update/)**
|
||||
**[Anime Update](/content/anime/update/)**
|
||||
|
||||
The anime update endpoint updates an anime and returns the updated anime resource.
|
||||
|
||||
**[Year Show](/wiki/animeyear/show/)**
|
||||
**[Year Show](/content/animeyear/show/)**
|
||||
|
||||
The year show endpoint return a listing of anime resources for a given year grouped by season and ordered by name.
|
||||
|
||||
**[Year Index](/wiki/animeyear/index/)**
|
||||
**[Year Index](/content/animeyear/index/)**
|
||||
|
||||
The year index endpoint returns a list of unique years from all anime resources.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/anime/{slug}
|
||||
|
||||
**Required Permission**: restore anime
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /anime
|
||||
|
||||
**Required Permission**: create anime
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /anime/{slug}
|
||||
|
||||
**Required Permission**: update anime
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animeseries/{anime:slug}/{series:slug}
|
||||
|
||||
**Required Permission**: delete anime, delete series
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+4
-4
@@ -22,18 +22,18 @@ An anime series API resource represents the association between an anime and a s
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Series Destroy](/wiki/animeseries/destroy/)**
|
||||
**[Anime Series Destroy](/content/animeseries/destroy/)**
|
||||
|
||||
The anime series destroy endpoint deletes an anime series and returns the deleted anime series resource.
|
||||
|
||||
**[Anime Series Index](/wiki/animeseries/index/)**
|
||||
**[Anime Series Index](/content/animeseries/index/)**
|
||||
|
||||
The anime series index endpoint displays a listing of anime series resources.
|
||||
|
||||
**[Anime Series Show](/wiki/animeseries/show/)**
|
||||
**[Anime Series Show](/content/animeseries/show/)**
|
||||
|
||||
The anime series show endpoint returns an anime series resource.
|
||||
|
||||
**[Anime Series Store](/wiki/animeseries/store/)**
|
||||
**[Anime Series Store](/content/animeseries/store/)**
|
||||
|
||||
The anime series store endpoint creates a new anime series and returns the new anime series resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animeseries/{anime:slug}/{series:slug}
|
||||
|
||||
**Required Permission**: create anime, create series
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animestudio/{anime:slug}/{studio:slug}
|
||||
|
||||
**Required Permission**: delete anime, delete studio
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+4
-4
@@ -22,18 +22,18 @@ An anime studio API resource represents the association between an anime and a s
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Studio Destroy](/wiki/animestudio/destroy/)**
|
||||
**[Anime Studio Destroy](/content/animestudio/destroy/)**
|
||||
|
||||
The anime studio destroy endpoint deletes an anime studio and returns the deleted anime studio resource.
|
||||
|
||||
**[Anime Studio Index](/wiki/animestudio/index/)**
|
||||
**[Anime Studio Index](/content/animestudio/index/)**
|
||||
|
||||
The anime studio index endpoint displays a listing of anime studio resources.
|
||||
|
||||
**[Anime Studio Show](/wiki/animestudio/show/)**
|
||||
**[Anime Studio Show](/content/animestudio/show/)**
|
||||
|
||||
The anime studio show endpoint returns an anime studio resource.
|
||||
|
||||
**[Anime Studio Store](/wiki/animestudio/store/)**
|
||||
**[Anime Studio Store](/content/animestudio/store/)**
|
||||
|
||||
The anime studio store endpoint creates a new anime studio and returns the new anime studio resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animestudio/{anime:slug}/{studio:slug}
|
||||
|
||||
**Required Permission**: create anime, create studio
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animesynonym/{id}
|
||||
|
||||
**Required Permission**: delete anime synonym
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime synonym must not be soft deleted
|
||||
|
||||
+7
-7
@@ -27,30 +27,30 @@ For example, the anime Bakemonogatari has the anime synonym "Monstory".
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Synonym Destroy](/wiki/animesynonym/destroy/)**
|
||||
**[Anime Synonym Destroy](/content/animesynonym/destroy/)**
|
||||
|
||||
The anime synonym destroy endpoint soft deletes an anime synonym and returns the deleted anime synonym resource.
|
||||
|
||||
**[Anime Synonym Force Delete](/wiki/animesynonym/forceDelete/)**
|
||||
**[Anime Synonym Force Delete](/content/animesynonym/forceDelete/)**
|
||||
|
||||
The anime synonym force delete endpoint hard deletes an anime synonym and returns a confirmation message.
|
||||
|
||||
**[Anime Synonym Index](/wiki/animesynonym/index/)**
|
||||
**[Anime Synonym Index](/content/animesynonym/index/)**
|
||||
|
||||
The anime synonym index endpoint displays a listing of anime synonym resources.
|
||||
|
||||
**[Anime Synonym Restore](/wiki/animesynonym/restore/)**
|
||||
**[Anime Synonym Restore](/content/animesynonym/restore/)**
|
||||
|
||||
The anime synonym restore endpoint restores a soft deleted anime synonym and returns the restored anime synonym resource.
|
||||
|
||||
**[Anime Synonym Show](/wiki/animesynonym/show/)**
|
||||
**[Anime Synonym Show](/content/animesynonym/show/)**
|
||||
|
||||
The anime synonym show endpoint returns an anime synonym resource.
|
||||
|
||||
**[Anime Synonym Store](/wiki/animesynonym/store/)**
|
||||
**[Anime Synonym Store](/content/animesynonym/store/)**
|
||||
|
||||
The anime synonym store endpoint creates a new anime synonym and returns the new anime synonym resource.
|
||||
|
||||
**[Anime Synonym Update](/wiki/animesynonym/update/)**
|
||||
**[Anime Synonym Update](/content/animesynonym/update/)**
|
||||
|
||||
The anime synonym update endpoint updates an anime synonym and returns the updated anime synonym resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/animesynonym/{id}
|
||||
|
||||
**Required Permission**: restore anime synonym
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Synonym must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animesynonym
|
||||
|
||||
**Required Permission**: create anime synonym
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /animesynonym/{id}
|
||||
|
||||
**Required Permission**: update anime synonym
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime synonym must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animetheme/{id}
|
||||
|
||||
**Required Permission**: delete anime theme
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime theme must not be soft deleted
|
||||
|
||||
+7
-7
@@ -34,30 +34,30 @@ For example, the anime Bakemonogatari has five OP anime themes and one ED anime
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Theme Destroy](/wiki/animetheme/destroy/)**
|
||||
**[Anime Theme Destroy](/content/animetheme/destroy/)**
|
||||
|
||||
The anime theme destroy endpoint soft deletes an anime theme and returns the deleted anime theme resource.
|
||||
|
||||
**[Anime Theme Force Delete](/wiki/animetheme/forceDelete/)**
|
||||
**[Anime Theme Force Delete](/content/animetheme/forceDelete/)**
|
||||
|
||||
The anime theme force delete endpoint hard deletes an anime theme and returns a confirmation message.
|
||||
|
||||
**[Anime Theme Index](/wiki/animetheme/index/)**
|
||||
**[Anime Theme Index](/content/animetheme/index/)**
|
||||
|
||||
The anime theme index endpoint displays a listing of anime theme resources.
|
||||
|
||||
**[Anime Theme Restore](/wiki/animetheme/restore/)**
|
||||
**[Anime Theme Restore](/content/animetheme/restore/)**
|
||||
|
||||
The anime theme restore endpoint restores a soft deleted anime theme and returns the restored anime theme resource.
|
||||
|
||||
**[Anime Theme Show](/wiki/animetheme/show/)**
|
||||
**[Anime Theme Show](/content/animetheme/show/)**
|
||||
|
||||
The anime theme show endpoint returns an anime theme resource.
|
||||
|
||||
**[Anime Theme Store](/wiki/animetheme/store/)**
|
||||
**[Anime Theme Store](/content/animetheme/store/)**
|
||||
|
||||
The anime theme store endpoint creates a new anime theme and returns the new anime theme resource.
|
||||
|
||||
**[Anime Theme Update](/wiki/animetheme/update/)**
|
||||
**[Anime Theme Update](/content/animetheme/update/)**
|
||||
|
||||
The anime theme update endpoint updates an anime theme and returns the updated anime theme resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/animetheme/{id}
|
||||
|
||||
**Required Permission**: restore anime theme
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Theme must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animetheme
|
||||
|
||||
**Required Permission**: create anime theme
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /animetheme/{id}
|
||||
|
||||
**Required Permission**: update anime theme
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime theme must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animethemeentry/{id}
|
||||
|
||||
**Required Permission**: delete anime theme entry
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime theme entry must not be soft deleted
|
||||
|
||||
+7
-7
@@ -32,30 +32,30 @@ For example, the ED theme of the Bakemonogatari anime has three anime theme entr
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Theme Entry Destroy](/wiki/animethemeentry/destroy/)**
|
||||
**[Anime Theme Entry Destroy](/content/animethemeentry/destroy/)**
|
||||
|
||||
The anime theme entry destroy endpoint soft deletes an anime theme entry and returns the deleted anime theme entry resource.
|
||||
|
||||
**[Anime Theme Entry Force Delete](/wiki/animethemeentry/forceDelete/)**
|
||||
**[Anime Theme Entry Force Delete](/content/animethemeentry/forceDelete/)**
|
||||
|
||||
The anime theme entry force delete endpoint hard deletes an anime theme entry and returns a confirmation message.
|
||||
|
||||
**[Anime Theme Entry Index](/wiki/animethemeentry/index/)**
|
||||
**[Anime Theme Entry Index](/content/animethemeentry/index/)**
|
||||
|
||||
The anime theme entry index endpoint displays a listing of anime theme entry resources.
|
||||
|
||||
**[Anime Theme Entry Restore](/wiki/animethemeentry/restore/)**
|
||||
**[Anime Theme Entry Restore](/content/animethemeentry/restore/)**
|
||||
|
||||
The anime theme entry restore endpoint restores a soft deleted anime theme entry and returns the restored anime theme entry resource.
|
||||
|
||||
**[Anime Theme Entry Show](/wiki/animethemeentry/show/)**
|
||||
**[Anime Theme Entry Show](/content/animethemeentry/show/)**
|
||||
|
||||
The anime theme entry show endpoint returns an anime theme entry resource.
|
||||
|
||||
**[Anime Theme Entry Store](/wiki/animethemeentry/store/)**
|
||||
**[Anime Theme Entry Store](/content/animethemeentry/store/)**
|
||||
|
||||
The anime theme entry store endpoint creates a new anime theme entry and returns the new anime theme entry resource.
|
||||
|
||||
**[Anime Theme Entry Update](/wiki/animethemeentry/update/)**
|
||||
**[Anime Theme Entry Update](/content/animethemeentry/update/)**
|
||||
|
||||
The anime theme entry update endpoint updates an anime theme entry and returns the updated anime theme entry resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/animethemeentry/{id}
|
||||
|
||||
**Required Permission**: restore anime theme entry
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Entry must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animethemeentry
|
||||
|
||||
**Required Permission**: create anime theme entry
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /animethemeentry/{id}
|
||||
|
||||
**Required Permission**: update anime theme entry
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Anime theme entry must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /animethemeentryvideo/{animethemeentry:id}/{video:slug}
|
||||
|
||||
**Required Permission**: delete anime theme entry, delete video
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+4
-4
@@ -22,18 +22,18 @@ An anime theme entry video API resource represents the association between an an
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Anime Theme Entry Video Destroy](/wiki/animethemeentryvideo/destroy/)**
|
||||
**[Anime Theme Entry Video Destroy](/content/animethemeentryvideo/destroy/)**
|
||||
|
||||
The anime theme entry video destroy endpoint deletes an anime theme entry video and returns the deleted anime theme entry video resource.
|
||||
|
||||
**[Anime Theme Entry Video Index](/wiki/animethemeentryvideo/index/)**
|
||||
**[Anime Theme Entry Video Index](/content/animethemeentryvideo/index/)**
|
||||
|
||||
The anime theme entry video index endpoint displays a listing of anime theme entry video resources.
|
||||
|
||||
**[Anime Theme Entry Video Show](/wiki/animethemeentryvideo/show/)**
|
||||
**[Anime Theme Entry Video Show](/content/animethemeentryvideo/show/)**
|
||||
|
||||
The anime theme entry video show endpoint returns an anime theme entry video resource.
|
||||
|
||||
**[Anime Theme Entry Video Store](/wiki/animethemeentryvideo/store/)**
|
||||
**[Anime Theme Entry Video Store](/content/animethemeentryvideo/store/)**
|
||||
|
||||
The anime theme entry video store endpoint creates a new anime theme entry video and returns the new anime theme entry video resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /animethemeentryvideo/{animethemeentry:id}/{video:slug}
|
||||
|
||||
**Required Permission**: create anime theme entry, create video
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /artist/{slug}
|
||||
|
||||
**Required Permission**: delete artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Artist must not be soft deleted
|
||||
|
||||
+7
-7
@@ -41,30 +41,30 @@ For example, Chiwa Saitou is the musical performer of the Bakemonogatari OP1 the
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Artist Destroy](/wiki/artist/destroy/)**
|
||||
**[Artist Destroy](/content/artist/destroy/)**
|
||||
|
||||
The artist destroy endpoint soft deletes an artist and returns the deleted artist resource.
|
||||
|
||||
**[Artist Force Delete](/wiki/artist/forceDelete/)**
|
||||
**[Artist Force Delete](/content/artist/forceDelete/)**
|
||||
|
||||
The artist force delete endpoint hard deletes an artist and returns a confirmation message.
|
||||
|
||||
**[Artist Index](/wiki/artist/index/)**
|
||||
**[Artist Index](/content/artist/index/)**
|
||||
|
||||
The artist index endpoint displays a listing of artist resources.
|
||||
|
||||
**[Artist Restore](/wiki/artist/restore/)**
|
||||
**[Artist Restore](/content/artist/restore/)**
|
||||
|
||||
The artist restore endpoint restores a soft deletesd artist and returns the restored artist resource.
|
||||
|
||||
**[Artist Show](/wiki/artist/show/)**
|
||||
**[Artist Show](/content/artist/show/)**
|
||||
|
||||
The artist show endpoint returns an artist resource.
|
||||
|
||||
**[Artist Store](/wiki/artist/store/)**
|
||||
**[Artist Store](/content/artist/store/)**
|
||||
|
||||
The artist store endpoint creates a new artist and returns the new artist resource.
|
||||
|
||||
**[Artist Update](/wiki/artist/update/)**
|
||||
**[Artist Update](/content/artist/update/)**
|
||||
|
||||
The artist update endpoint updates an artist and returns the updated artist resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/artist/{slug}
|
||||
|
||||
**Required Permission**: restore artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Artist must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /artist
|
||||
|
||||
**Required Permission**: create artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /artist/{slug}
|
||||
|
||||
**Required Permission**: update artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Artist must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /artistmember/{artist:slug}/{artist:slug}
|
||||
|
||||
**Required Permission**: delete artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+5
-5
@@ -25,22 +25,22 @@ An artist member API resource represents the association of an artist and a grou
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Artist Member Destroy](/wiki/artistmember/destroy/)**
|
||||
**[Artist Member Destroy](/content/artistmember/destroy/)**
|
||||
|
||||
The artist member destroy endpoint deletes an artist member and returns the deleted artist member resource.
|
||||
|
||||
**[Artist Member Index](/wiki/artistmember/index/)**
|
||||
**[Artist Member Index](/content/artistmember/index/)**
|
||||
|
||||
The artist member index endpoint displays a listing of artist member resources.
|
||||
|
||||
**[Artist Member Show](/wiki/artistmember/show/)**
|
||||
**[Artist Member Show](/content/artistmember/show/)**
|
||||
|
||||
The artist member show endpoint returns an artist member resource.
|
||||
|
||||
**[Artist Member Store](/wiki/artistmember/store/)**
|
||||
**[Artist Member Store](/content/artistmember/store/)**
|
||||
|
||||
The artist member store endpoint creates a new artist member and returns the new artist member resource.
|
||||
|
||||
**[Artist Member Update](/wiki/artistmember/update/)**
|
||||
**[Artist Member Update](/content/artistmember/update/)**
|
||||
|
||||
The artist member update endpoint updates an artist member and returns the updated artist member resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /artistmember/{artist:slug}/{artist:slug}
|
||||
|
||||
**Required Permission**: create artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /artistmember/{artist:slug}/{artist:slug}
|
||||
|
||||
**Required Permission**: update artist
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /artistsong/{artist:slug}/{song:id}
|
||||
|
||||
**Required Permission**: delete artist, delete song
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+5
-5
@@ -24,22 +24,22 @@ An artist song API resource represents the association between an artist and an
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Artist Song Destroy](/wiki/artistsong/destroy/)**
|
||||
**[Artist Song Destroy](/content/artistsong/destroy/)**
|
||||
|
||||
The artist song destroy endpoint deletes an artist song and returns the deleted artist song resource.
|
||||
|
||||
**[Artist Song Index](/wiki/artistsong/index/)**
|
||||
**[Artist Song Index](/content/artistsong/index/)**
|
||||
|
||||
The artist song index endpoint displays a listing of artist song resources.
|
||||
|
||||
**[Artist Song Show](/wiki/artistsong/show/)**
|
||||
**[Artist Song Show](/content/artistsong/show/)**
|
||||
|
||||
The artist song show endpoint returns an artist song resource.
|
||||
|
||||
**[Artist Song Store](/wiki/artistsong/store/)**
|
||||
**[Artist Song Store](/content/artistsong/store/)**
|
||||
|
||||
The artist song store endpoint creates a new artist song and returns the new artist song resource.
|
||||
|
||||
**[Artist Song Update](/wiki/artistsong/update/)**
|
||||
**[Artist Song Update](/content/artistsong/update/)**
|
||||
|
||||
The artist song update endpoint updates an artist song and returns the updated artist song resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /artistsong/{artist:slug}/{song:id}
|
||||
|
||||
**Required Permission**: create artist, create song
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /artistsong/{artist:slug}/{song:id}
|
||||
|
||||
**Required Permission**: update artist, update song
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+7
-7
@@ -32,30 +32,30 @@ For example, the audio Bakemonogatari-OP1.ogg represents the audio track of the
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Audio Destroy](/wiki/audio/destroy/)**
|
||||
**[Audio Destroy](/content/audio/destroy/)**
|
||||
|
||||
The audio destroy endpoint soft deletes an audio and returns the deleted audio resource.
|
||||
|
||||
**[Audio Force Delete](/wiki/audio/forceDelete/)**
|
||||
**[Audio Force Delete](/content/audio/forceDelete/)**
|
||||
|
||||
The audio force delete endpoint hard deletes an audio and returns a confirmation message.
|
||||
|
||||
**[Audio Index](/wiki/audio/index/)**
|
||||
**[Audio Index](/content/audio/index/)**
|
||||
|
||||
The audio index endpoint displays a listing of audio resources.
|
||||
|
||||
**[Audio Restore](/wiki/audio/restore/)**
|
||||
**[Audio Restore](/content/audio/restore/)**
|
||||
|
||||
The audio restore endpoint restores a soft deleted audio and returns the restored audio resource.
|
||||
|
||||
**[Audio Show](/wiki/audio/show/)**
|
||||
**[Audio Show](/content/audio/show/)**
|
||||
|
||||
The audio show endpoint returns an audio resource.
|
||||
|
||||
**[Audio Store](/wiki/audio/store/)**
|
||||
**[Audio Store](/content/audio/store/)**
|
||||
|
||||
The audio store endpoint creates a new audio and returns the new audio resource.
|
||||
|
||||
**[Audio Update](/wiki/audio/update/)**
|
||||
**[Audio Update](/content/audio/update/)**
|
||||
|
||||
The audio update endpoint updates an audio and returns the updated audio resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /audio/{basename}
|
||||
|
||||
**Required Permission**: update audio
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Audio must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /group/{id}
|
||||
|
||||
**Required Permission**: delete group
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Group must not be soft deleted
|
||||
|
||||
+7
-7
@@ -30,30 +30,30 @@ For example, English Version is the group for english dubbed AnimeTheme.
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Group Destroy](/wiki/group/destroy/)**
|
||||
**[Group Destroy](/content/group/destroy/)**
|
||||
|
||||
The group destroy endpoint soft deletes a group and returns the deleted group resource.
|
||||
|
||||
**[Group Force Delete](/wiki/group/forceDelete/)**
|
||||
**[Group Force Delete](/content/group/forceDelete/)**
|
||||
|
||||
The group force delete endpoint hard deletes a group and returns a confirmation message.
|
||||
|
||||
**[Group Index](/wiki/group/index/)**
|
||||
**[Group Index](/content/group/index/)**
|
||||
|
||||
The group index endpoint displays a listing of group resources.
|
||||
|
||||
**[Group Restore](/wiki/group/restore/)**
|
||||
**[Group Restore](/content/group/restore/)**
|
||||
|
||||
The group restore endpoint restores a soft deleted group and returns the restored group resource.
|
||||
|
||||
**[Group Show](/wiki/group/show/)**
|
||||
**[Group Show](/content/group/show/)**
|
||||
|
||||
The group show endpoint returns a group resource.
|
||||
|
||||
**[Group Store](/wiki/group/store/)**
|
||||
**[Group Store](/content/group/store/)**
|
||||
|
||||
The group store endpoint creates a new group and returns the new group resource.
|
||||
|
||||
**[Group Update](/wiki/group/update/)**
|
||||
**[Group Update](/content/group/update/)**
|
||||
|
||||
The group update endpoint updates a group and returns the updated group resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/group/{id}
|
||||
|
||||
**Required Permission**: restore group
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Group must be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ POST /group
|
||||
|
||||
**Required Permission**: create group
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
## Parameters
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ PUT|PATCH /group/{id}
|
||||
|
||||
**Required Permission**: update group
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Group must not be soft deleted
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ DELETE /image/{id}
|
||||
|
||||
**Required Permission**: delete image
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Image must not be soft deleted
|
||||
|
||||
+7
-7
@@ -32,30 +32,30 @@ For example, the Bakemonogatari anime has two images to represent small and larg
|
||||
|
||||
## Endpoints
|
||||
|
||||
**[Image Destroy](/wiki/image/destroy/)**
|
||||
**[Image Destroy](/content/image/destroy/)**
|
||||
|
||||
The image destroy endpoint soft deletes an image and returns the deleted image resource.
|
||||
|
||||
**[Image Force Delete](/wiki/image/forceDelete/)**
|
||||
**[Image Force Delete](/content/image/forceDelete/)**
|
||||
|
||||
The image force delete endpoint hard deletes an image and returns a confirmation message.
|
||||
|
||||
**[Image Index](/wiki/image/index/)**
|
||||
**[Image Index](/content/image/index/)**
|
||||
|
||||
The image index endpoint displays a listing of image resources.
|
||||
|
||||
**[Image Restore](/wiki/image/restore/)**
|
||||
**[Image Restore](/content/image/restore/)**
|
||||
|
||||
The image restore endpoint restores a soft deleted image and returns the restored image resource.
|
||||
|
||||
**[Image Show](/wiki/image/show/)**
|
||||
**[Image Show](/content/image/show/)**
|
||||
|
||||
The image show endpoint returns an image resource.
|
||||
|
||||
**[Image Store](/wiki/image/store/)**
|
||||
**[Image Store](/content/image/store/)**
|
||||
|
||||
The image store endpoint creates a new image and returns the new image resource.
|
||||
|
||||
**[Image Update](/wiki/image/update/)**
|
||||
**[Image Update](/content/image/update/)**
|
||||
|
||||
The image update endpoint updates an image and returns the updated image resource.
|
||||
+1
-1
@@ -18,7 +18,7 @@ PATCH /restore/image/{id}
|
||||
|
||||
**Required Permission**: restore image
|
||||
|
||||
**Roles with Permission**: Wiki Editor, Encoder, Admin
|
||||
**Roles with Permission**: Content Moderator, Encoder, Admin
|
||||
|
||||
**Other Requirements**: Image must be soft deleted
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user