mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-09 04:20:46 +00:00
10 lines
144 B
YAML
10 lines
144 B
YAML
name: Accept
|
|
in: header
|
|
required: false
|
|
schema:
|
|
type: string
|
|
enum:
|
|
- application/json
|
|
- application/xml
|
|
example: application/json
|