Skip to content

Commit

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

The following keys were deleted:
- resources.orgunits.methods.delete.parameters.allowPlus (Total Keys: 2)
- resources.orgunits.methods.get.parameters.allowPlus (Total Keys: 2)
- resources.orgunits.methods.patch.parameters.allowPlus (Total Keys: 2)
- resources.orgunits.methods.update.parameters.allowPlus (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jun 29, 2021
1 parent 1381aba commit 1534f89
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 35 deletions.
20 changes: 8 additions & 12 deletions docs/dyn/admin_directory_v1.orgunits.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ <h2>Instance Methods</h2>
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
<code><a href="#delete">delete(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
<p class="firstline">Removes an organizational unit.</p>
<p class="toc_element">
<code><a href="#get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
<code><a href="#get">get(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves an organizational unit.</p>
<p class="toc_element">
<code><a href="#insert">insert(customerId, body=None, x__xgafv=None)</a></code></p>
Expand All @@ -90,10 +90,10 @@ <h2>Instance Methods</h2>
<code><a href="#list">list(customerId, orgUnitPath=None, type=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a list of all organizational units for an account.</p>
<p class="toc_element">
<code><a href="#patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
<code><a href="#patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)</p>
<p class="toc_element">
<code><a href="#update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
<code><a href="#update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an organizational unit.</p>
<h3>Method Details</h3>
<div class="method">
Expand All @@ -102,13 +102,12 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
<code class="details" id="delete">delete(customerId, orgUnitPath, x__xgafv=None)</code>
<pre>Removes an organizational unit.

Args:
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -117,13 +116,12 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
<code class="details" id="get">get(customerId, orgUnitPath, x__xgafv=None)</code>
<pre>Retrieves an organizational unit.

Args:
customerId: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -226,7 +224,7 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
<code class="details" id="patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
<pre>Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)

Args:
Expand All @@ -247,7 +245,6 @@ <h3>Method Details</h3>
&quot;parentOrgUnitPath&quot;: &quot;A String&quot;, # The organizational unit&#x27;s parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
}

allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -270,7 +267,7 @@ <h3>Method Details</h3>
</div>

<div class="method">
<code class="details" id="update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
<code class="details" id="update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
<pre>Updates an organizational unit.

Args:
Expand All @@ -291,7 +288,6 @@ <h3>Method Details</h3>
&quot;parentOrgUnitPath&quot;: &quot;A String&quot;, # The organizational unit&#x27;s parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
}

allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
}
}
},
"revision": "20210607",
"revision": "20210622",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Application": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2039,11 +2039,6 @@
"orgUnitPath"
],
"parameters": {
"allowPlus": {
"description": "Parses org unit path without url decode to allow for plus in ou name",
"location": "query",
"type": "boolean"
},
"customerId": {
"description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).",
"location": "path",
Expand Down Expand Up @@ -2073,11 +2068,6 @@
"orgUnitPath"
],
"parameters": {
"allowPlus": {
"description": "Parses org unit path without url decode to allow for plus in ou name",
"location": "query",
"type": "boolean"
},
"customerId": {
"description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).",
"location": "path",
Expand Down Expand Up @@ -2182,11 +2172,6 @@
"orgUnitPath"
],
"parameters": {
"allowPlus": {
"description": "Parses org unit path without url decode to allow for plus in ou name",
"location": "query",
"type": "boolean"
},
"customerId": {
"description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).",
"location": "path",
Expand Down Expand Up @@ -2222,11 +2207,6 @@
"orgUnitPath"
],
"parameters": {
"allowPlus": {
"description": "Parses org unit path without url decode to allow for plus in ou name",
"location": "query",
"type": "boolean"
},
"customerId": {
"description": "The unique ID for the customer's Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account's `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users).",
"location": "path",
Expand Down Expand Up @@ -4417,7 +4397,7 @@
}
}
},
"revision": "20210607",
"revision": "20210622",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20210607",
"revision": "20210622",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down

0 comments on commit 1534f89

Please sign in to comment.