Skip to content

Commit

Permalink
chore: Remove studio Ids from ingest API
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaudlr committed Oct 31, 2023
1 parent 37602c5 commit a445d6d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/openapi/api/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,19 +83,19 @@ paths:
/showstyles/{showStyleBaseId}/action:
$ref: 'definitions/showstyles.yaml#/resources/showStyleBaseAction'
# ingest operations
/ingest/{studioId}/playlists:
/ingest/playlists:
$ref: 'definitions/ingest.yaml#/resources/ingestPlaylists'
/ingest/{studioId}/playlists/{playlistId}:
/ingest/playlists/{playlistId}:
$ref: 'definitions/ingest.yaml#/resources/ingestPlaylist'
/ingest/{studioId}/playlists/{playlistId}/rundowns:
/ingest/playlists/{playlistId}/rundowns:
$ref: 'definitions/ingest.yaml#/resources/ingestRundowns'
/ingest/{studioId}/playlists/{playlistId}/rundowns/{rundownId}:
/ingest/playlists/{playlistId}/rundowns/{rundownId}:
$ref: 'definitions/ingest.yaml#/resources/ingestRundown'
/ingest/{studioId}/playlists/{playlistId}/rundowns/{rundownId}/segments:
/ingest/playlists/{playlistId}/rundowns/{rundownId}/segments:
$ref: 'definitions/ingest.yaml#/resources/ingestSegments'
/ingest/{studioId}/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}:
/ingest/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}:
$ref: 'definitions/ingest.yaml#/resources/ingestSegment'
/ingest/{studioId}/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}/parts:
/ingest/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}/parts:
$ref: 'definitions/ingest.yaml#/resources/ingestParts'
/ingest/{studioId}/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}/parts/{partId}:
/ingest/playlists/{playlistId}/rundowns/{rundownId}/segments/{segmentId}/parts/{partId}:
$ref: 'definitions/ingest.yaml#/resources/ingestPart'

0 comments on commit a445d6d

Please sign in to comment.