Skip to content
Merged
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
8 changes: 4 additions & 4 deletions code/API_definitions/simple-edge-discovery.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,19 +315,19 @@ components:
type: object
description: Error information
required:
- message
- status
- code
- message
properties:
message:
type: string
description: A human readable description of what the event represents
status:
type: integer
description: HTTP response status code
code:
type: string
description: Friendly Code to describe the error
message:
type: string
description: A human readable description of what the event represents

RequestBody:
description: Common request body to allow optional Device object to be passed
Expand Down