Skip to content

Commit

Permalink
ITC-2879 Add agent_uuid to API Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nook24 committed Apr 17, 2023
1 parent 34e77ba commit a64b16c
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions external/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -678,19 +678,21 @@ components:
type: "integer"
example: "2021-10-18T06:46:30+00:00"
pushAgents:
type: "object"
properties:
id:
type: "integer"
example: 2
name:
type: "string"
example: "agent (127.0.0.1)"
agent_uuid:
type: "string"
example: "089badce-d2ff-4f34-8063-1138b713b186"
type: array
items:
type: "object"
properties:
id:
type: "integer"
example: 2
name:
type: "string"
example: "agent (127.0.0.1)"
agent_uuid:
type: "string"
example: "089badce-d2ff-4f34-8063-1138b713b186"
selectedPushAgentId:
type: "string"
type: "integer"
example: 2

getAgentInstallResponse:
Expand Down

0 comments on commit a64b16c

Please sign in to comment.