Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions website/openapi_v2.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11265,9 +11265,7 @@ components:
example: false
code:
description: Optional error code (for example, RATE_LIMIT_EXCEEDED).
oneOf:
- type: string
- type: integer
type: string
path:
type: string
description: Optional path to the field related to the error.
Expand Down
4 changes: 1 addition & 3 deletions website/openapi_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11498,9 +11498,7 @@ components:
example: false
code:
description: Código de error opcional (por ejemplo, RATE_LIMIT_EXCEEDED).
oneOf:
- type: string
- type: integer
type: string
path:
type: string
description: Ruta opcional del campo relacionado con el error.
Expand Down