Skip to content

Commit

Permalink
fix doc operation ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jan 24, 2024
1 parent 636f246 commit f62df1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6604,7 +6604,7 @@ paths:
If the challenge creation is [authenticated with OAuth2](#section/Introduction/Authentication),
then you can use the [challenge cancel endpoint](#operation/challengeCancel) to cancel it.
To directly pair 2 known players, use [this endpoint](#operation/bulkPairingGet) instead.
To directly pair 2 known players, use [this endpoint](#operation/bulkPairingList) instead.
tags:
- Challenges
security: []
Expand Down Expand Up @@ -6737,7 +6737,7 @@ paths:

/api/bulk-pairing:
get:
operationId: bulkPairingGet
operationId: bulkPairingList
summary: View your bulk pairings
description: |
Get a list of bulk pairings you created.
Expand Down

0 comments on commit f62df1f

Please sign in to comment.