Skip to content
Merged
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
10 changes: 5 additions & 5 deletions code/API_definitions/dedicated-network-accesses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -389,19 +389,19 @@ components:
ErrorInfo:
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human readable description of what the event represent
status:
type: integer
description: HTTP response status code
code:
type: string
description: Friendly Code to describe the error
description: A human-readable code to describe the error
message:
type: string
description: A human-readable description of what the event represents

responses:
Generic400:
Expand Down
11 changes: 6 additions & 5 deletions code/API_definitions/dedicated-network-profiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,19 +219,20 @@ components:
ErrorInfo:
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human readable description of what the event represent
status:
type: integer
description: HTTP response status code
code:
type: string
description: Friendly Code to describe the error
description: A human-readable code to describe the error
message:
type: string
description: A human-readable description of what the event represents

responses:
Generic400:
description: Bad Request
Expand Down
10 changes: 5 additions & 5 deletions code/API_definitions/dedicated-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -524,19 +524,19 @@ components:
ErrorInfo:
type: object
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human readable description of what the event represent
status:
type: integer
description: HTTP response status code
code:
type: string
description: Friendly Code to describe the error
description: A human-readable code to describe the error
message:
type: string
description: A human-readable description of what the event represents

responses:
Generic400:
Expand Down