Skip to content

Commit

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

The following keys were changed:
- resources.locations.resources.lodging.methods.getGoogleUpdated.parameters.name.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 413722a commit 28f185b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/mybusinesslodging-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
],
"parameters": {
"name": {
"description": "Required. Google identifier for this location in the form: `accounts/{account_id}/locations/{location_id}/lodging`",
"description": "Required. Google identifier for this location in the form: `locations/{location_id}/lodging`",
"location": "path",
"pattern": "^locations/[^/]+/lodging$",
"required": true,
Expand All @@ -194,7 +194,7 @@
}
}
},
"revision": "20221213",
"revision": "20230201",
"rootUrl": "https://mybusinesslodging.googleapis.com/",
"schemas": {
"Accessibility": {
Expand Down
4 changes: 2 additions & 2 deletions src/apis/mybusinesslodging/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@ export namespace mybusinesslodging_v1 {
*
* // Do the magic
* const res = await mybusinesslodging.locations.lodging.getGoogleUpdated({
* // Required. Google identifier for this location in the form: `accounts/{account_id\}/locations/{location_id\}/lodging`
* // Required. Google identifier for this location in the form: `locations/{location_id\}/lodging`
* name: 'locations/my-location/lodging',
* // Required. The specific fields to return. Use "*" to include all fields. Repeated field items cannot be individually specified.
* readMask: 'placeholder-value',
Expand Down Expand Up @@ -3225,7 +3225,7 @@ export namespace mybusinesslodging_v1 {
export interface Params$Resource$Locations$Lodging$Getgoogleupdated
extends StandardParameters {
/**
* Required. Google identifier for this location in the form: `accounts/{account_id\}/locations/{location_id\}/lodging`
* Required. Google identifier for this location in the form: `locations/{location_id\}/lodging`
*/
name?: string;
/**
Expand Down

0 comments on commit 28f185b

Please sign in to comment.