Skip to content

Commit

Permalink
fix(admin): update the API
Browse files Browse the repository at this point in the history
#### admin:directory_v1

The following keys were changed:
- resources.chromeosdevices.methods.list.parameters.maxResults.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jun 6, 2024
1 parent ea0b1c8 commit fdc42e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/admin-directory_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
},
"maxResults": {
"default": "100",
"description": "Maximum number of results to return, value should not exceed 300.",
"description": "Maximum number of results to return. Value should not exceed 300.",
"format": "int32",
"location": "query",
"minimum": "1",
Expand Down Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20240509",
"revision": "20240603",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/admin/directory_v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3856,7 +3856,7 @@ export namespace admin_directory_v1 {
*/
includeChildOrgunits?: boolean;
/**
* Maximum number of results to return, value should not exceed 300.
* Maximum number of results to return. Value should not exceed 300.
*/
maxResults?: number;
/**
Expand Down

1 comment on commit fdc42e4

@wenglaurie30
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

''fdc42e4''

Please sign in to comment.