Skip to content

Commit

Permalink
Fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Feb 13, 2024
1 parent 4ae8d86 commit a16fee7
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ paths:
description: NetworkAuthenticationRequired
"413":
description: PayloadTooLarge
"414":
description: UriTooLong
"415":
description: UnsupportedMediaType
"416":
Expand All @@ -59,9 +61,6 @@ paths:
description: Unauthorized
"500":
description: InternalServerError
content:
application/json:
schema: {}
"423":
description: Locked
"402":
Expand All @@ -88,6 +87,8 @@ paths:
description: NotAcceptable
"428":
description: PreconditionRequired
"505":
description: HttpVersionNotSupported
"407":
description: ProxyAuthenticationRequired
"429":
Expand Down

0 comments on commit a16fee7

Please sign in to comment.