Update 401.yaml

This commit is contained in:
Luke Hagar
2023-04-11 08:04:37 -05:00
parent 624c14ad4d
commit 88444f66f9

View File

@@ -1 +1,20 @@
description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query. description: Unauthorized - Returned if the X-Plex-Token is missing from the header or query.
content:
application/json:
schema:
type: object
properties:
errors:
type: array
items:
type: object
properties:
code:
type: number
example: 1001
message:
type: string
example: User could not be authenticated
status:
type: number
example: 401