diff --git a/src/main/scala/com/horizon/exchangeapi/OrgsRoutes.scala b/src/main/scala/com/horizon/exchangeapi/OrgsRoutes.scala index c5799281..ccdd432a 100644 --- a/src/main/scala/com/horizon/exchangeapi/OrgsRoutes.scala +++ b/src/main/scala/com/horizon/exchangeapi/OrgsRoutes.scala @@ -550,6 +550,7 @@ trait OrgsRoutes extends JacksonSupport with AuthenticationSupport { "changeId": , "lastUpdated": "", --> optional field, only use if the caller doesn't know what changeId to use "maxRecords": , --> 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(