Skip to content

Commit

Permalink
Updated GetSites command parameters (#6)
Browse files Browse the repository at this point in the history
Changed the GetSites command parameters, so they are as specified in the BaseKit Rest API documentation
  • Loading branch information
mvdgeijn authored Mar 29, 2023
1 parent 85d1a40 commit 89efb9a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions service/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -478,14 +478,20 @@
"brandRef": {
"description": "If the brandRef parameter is provided, the list of sites will be filtered bu this brand only",
"location": "query",
"required": true,
"type": "integer"
},
"limit": {
"description": "Set the number of sites that will be returned in the response. By default, only 10 sites will be returned.",
"location": "query",
"required": false,
"type": "integer"
},
"embed": {
"description": "Embed the account holder entity into each site by passing 'accountHolder'.",
"offset": {
"description": "Set the offset to the first site to be returned in the response. By default, the first site will be returned.",
"location": "query",
"required": false,
"type": "string"
"type": "integer"
}
},
"summary": "Get a list of all sites in the caller’s scope. For an Internal Developer, this will list all sites in the environment.",
Expand Down

0 comments on commit 89efb9a

Please sign in to comment.