diff --git a/referenced/responses/401.yaml b/referenced/responses/401.yaml index 6a83f1a9..bfe083d8 100644 --- a/referenced/responses/401.yaml +++ b/referenced/responses/401.yaml @@ -1 +1,20 @@ 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 \ No newline at end of file