Skip to content

Commit

Permalink
one can get any broadcast tournament with this endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 18, 2024
1 parent 266355f commit 759503d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
get:
operationId: broadcastTourGet
summary: Get your broadcast tournament
summary: Get a broadcast tournament
description: |
Get information about a broadcast tournament.
tags:
- Broadcasts
security:
- OAuth2: ["study:read"]
- OAuth2: ['study:read']
parameters:
- in: path
name: slug
Expand All @@ -21,7 +21,7 @@ get:
schema:
type: string
responses:
"200":
'200':
description: The information about the broadcast tournament.
content:
application/json:
Expand Down

0 comments on commit 759503d

Please sign in to comment.