Skip to content

Commit

Permalink
better formatting for Accept header in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Nov 10, 2023
1 parent f4bd811 commit 9e2029d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1279,7 +1279,7 @@ paths:
description: |
Include the FEN notation of the last position of the game.
The response type must be set to `application/x-ndjson` by the request Accept header.
The response type must be set to `application/x-ndjson` by the request `Accept` header.
schema:
type: boolean
default: false
Expand Down Expand Up @@ -1320,7 +1320,7 @@ paths:
operationId: gamesExportIds
summary: Export games by IDs
description: |
Download games by IDs in PGN or [ndjson](#section/Introduction/Streaming-with-ND-JSON) format, depending on the request Accept header.
Download games by IDs in PGN or [ndjson](#section/Introduction/Streaming-with-ND-JSON) format, depending on the request `Accept` header.
Games are sorted by reverse chronological order (most recent first)
Expand Down Expand Up @@ -1854,7 +1854,7 @@ paths:
description: |
Get a list of ongoing games for a given TV channel. Similar to [lichess.org/games](https://lichess.org/games).
Available in PGN or [ndjson](#section/Introduction/Streaming-with-ND-JSON) format, depending on the request Accept header.
Available in PGN or [ndjson](#section/Introduction/Streaming-with-ND-JSON) format, depending on the request `Accept` header.
tags:
- TV
security: []
Expand Down

0 comments on commit 9e2029d

Please sign in to comment.