Skip to content

Commit

Permalink
fix lint - slug not included in /api/broadcast/{id} route
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Feb 19, 2024
1 parent 2c4de03 commit ab5c703
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ get:
tags:
- Broadcasts
parameters:
- in: path
name: slug
description: The broadcast tournament slug. Only used for SEO, the slug can be safely replaced by `-`. Only the `broadcastTournamentId` is actually used.
required: true
schema:
type: string
- in: path
name: broadcastTournamentId
description: The broadcast tournament ID (8 characters).
Expand Down

0 comments on commit ab5c703

Please sign in to comment.