Skip to content

Commit

Permalink
swagger update
Browse files Browse the repository at this point in the history
  • Loading branch information
sf2ne committed Mar 9, 2020
1 parent 50246d6 commit 8800e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/com/horizon/exchangeapi/OrgsRoutes.scala
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ trait OrgsRoutes extends JacksonSupport with AuthenticationSupport {
"changeId": <number-here>,
"lastUpdated": "<time-here>", --> optional field, only use if the caller doesn't know what changeId to use
"maxRecords": <number-here>, --> the maximum number of records the caller wants returned to them, NOT optional
"orgList": ["", "", ""] --> just for agbots, this should be the list of orgs the agbot is responsible for
}
```""", required = true, content = Array(new Content(schema = new Schema(implementation = classOf[ResourceChangesRequest])))),
responses = Array(
Expand Down

0 comments on commit 8800e53

Please sign in to comment.