Fixed the StandardError type definition for the openapi.yaml file in the library target.
This commit is contained in:
@@ -7430,9 +7430,9 @@ components:
|
||||
description: A standard error type.
|
||||
properties:
|
||||
code:
|
||||
type: string
|
||||
type: integer
|
||||
description: The HTTP status code of the returned result.
|
||||
message:
|
||||
reason:
|
||||
type: string
|
||||
description: A human readable message providing more details about the error.
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user