Update 401.yaml

This commit is contained in:
Luke Hagar
2023-04-11 08:37:20 -05:00
parent 9c034d29ff
commit c32dd2ea04

View File

@@ -5,16 +5,16 @@ content:
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
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