Skip to content

Commit 89efb9a

Browse files
authored
Updated GetSites command parameters (#6)
Changed the GetSites command parameters, so they are as specified in the BaseKit Rest API documentation
1 parent 85d1a40 commit 89efb9a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

service/sites.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,14 +478,20 @@
478478
"brandRef": {
479479
"description": "If the brandRef parameter is provided, the list of sites will be filtered bu this brand only",
480480
"location": "query",
481+
"required": true,
482+
"type": "integer"
483+
},
484+
"limit": {
485+
"description": "Set the number of sites that will be returned in the response. By default, only 10 sites will be returned.",
486+
"location": "query",
481487
"required": false,
482488
"type": "integer"
483489
},
484-
"embed": {
485-
"description": "Embed the account holder entity into each site by passing 'accountHolder'.",
490+
"offset": {
491+
"description": "Set the offset to the first site to be returned in the response. By default, the first site will be returned.",
486492
"location": "query",
487493
"required": false,
488-
"type": "string"
494+
"type": "integer"
489495
}
490496
},
491497
"summary": "Get a list of all sites in the caller’s scope. For an Internal Developer, this will list all sites in the environment.",

0 commit comments

Comments
 (0)