Shows routes


GET/v1/shows/granted

Shows indexWithGranted

shows.indexWithGranted

GET/v1/shows/{show}

Shows show

shows.show
Viewer

GET/v1/shows/public_id/{showByPublicId}

Shows show by_publicid

shows.show.by_publicid
Viewer

GET/v1/shows/{show}/seasons

Seasons index

seasons.index
Viewer

POST/v1/shows/{show}/seasons

Seasons store

seasons.store
Editor

PUT/v1/shows/{show}/podcasts/season

Shows podcasts season update

shows.podcasts.season.update
Editor

GET/v1/seasons/{season}

Seasons show

seasons.show
Viewer

DELETE/v1/seasons/{season}

Seasons destroy

seasons.destroy
Admin