File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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." ,
You can’t perform that action at this time.
0 commit comments