Skip to content

Commit 1534f89

Browse files
feat(admin): update the api
#### 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)
1 parent 1381aba commit 1534f89

File tree

4 files changed

+11
-35
lines changed

4 files changed

+11
-35
lines changed

docs/dyn/admin_directory_v1.orgunits.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ <h2>Instance Methods</h2>
7878
<code><a href="#close">close()</a></code></p>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
81-
<code><a href="#delete">delete(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
81+
<code><a href="#delete">delete(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
8282
<p class="firstline">Removes an organizational unit.</p>
8383
<p class="toc_element">
84-
<code><a href="#get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</a></code></p>
84+
<code><a href="#get">get(customerId, orgUnitPath, x__xgafv=None)</a></code></p>
8585
<p class="firstline">Retrieves an organizational unit.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(customerId, body=None, x__xgafv=None)</a></code></p>
@@ -90,10 +90,10 @@ <h2>Instance Methods</h2>
9090
<code><a href="#list">list(customerId, orgUnitPath=None, type=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Retrieves a list of all organizational units for an account.</p>
9292
<p class="toc_element">
93-
<code><a href="#patch">patch(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#patch">patch(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)</p>
9595
<p class="toc_element">
96-
<code><a href="#update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</a></code></p>
96+
<code><a href="#update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates an organizational unit.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
@@ -102,13 +102,12 @@ <h3>Method Details</h3>
102102
</div>
103103

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

108108
Args:
109109
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)
110110
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
111-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
112111
x__xgafv: string, V1 error format.
113112
Allowed values
114113
1 - v1 error format
@@ -117,13 +116,12 @@ <h3>Method Details</h3>
117116
</div>
118117

119118
<div class="method">
120-
<code class="details" id="get">get(customerId, orgUnitPath, allowPlus=None, x__xgafv=None)</code>
119+
<code class="details" id="get">get(customerId, orgUnitPath, x__xgafv=None)</code>
121120
<pre>Retrieves an organizational unit.
122121

123122
Args:
124123
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)
125124
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
126-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
127125
x__xgafv: string, V1 error format.
128126
Allowed values
129127
1 - v1 error format
@@ -226,7 +224,7 @@ <h3>Method Details</h3>
226224
</div>
227225

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

232230
Args:
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247245
&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.
248246
}
249247

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

272269
<div class="method">
273-
<code class="details" id="update">update(customerId, orgUnitPath, allowPlus=None, body=None, x__xgafv=None)</code>
270+
<code class="details" id="update">update(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
274271
<pre>Updates an organizational unit.
275272

276273
Args:
@@ -291,7 +288,6 @@ <h3>Method Details</h3>
291288
&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.
292289
}
293290

294-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
295291
x__xgafv: string, V1 error format.
296292
Allowed values
297293
1 - v1 error format

googleapiclient/discovery_cache/documents/admin.datatransfer_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20210607",
275+
"revision": "20210622",
276276
"rootUrl": "https://admin.googleapis.com/",
277277
"schemas": {
278278
"Application": {

googleapiclient/discovery_cache/documents/admin.directory_v1.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,11 +2039,6 @@
20392039
"orgUnitPath"
20402040
],
20412041
"parameters": {
2042-
"allowPlus": {
2043-
"description": "Parses org unit path without url decode to allow for plus in ou name",
2044-
"location": "query",
2045-
"type": "boolean"
2046-
},
20472042
"customerId": {
20482043
"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).",
20492044
"location": "path",
@@ -2073,11 +2068,6 @@
20732068
"orgUnitPath"
20742069
],
20752070
"parameters": {
2076-
"allowPlus": {
2077-
"description": "Parses org unit path without url decode to allow for plus in ou name",
2078-
"location": "query",
2079-
"type": "boolean"
2080-
},
20812071
"customerId": {
20822072
"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).",
20832073
"location": "path",
@@ -2182,11 +2172,6 @@
21822172
"orgUnitPath"
21832173
],
21842174
"parameters": {
2185-
"allowPlus": {
2186-
"description": "Parses org unit path without url decode to allow for plus in ou name",
2187-
"location": "query",
2188-
"type": "boolean"
2189-
},
21902175
"customerId": {
21912176
"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).",
21922177
"location": "path",
@@ -2222,11 +2207,6 @@
22222207
"orgUnitPath"
22232208
],
22242209
"parameters": {
2225-
"allowPlus": {
2226-
"description": "Parses org unit path without url decode to allow for plus in ou name",
2227-
"location": "query",
2228-
"type": "boolean"
2229-
},
22302210
"customerId": {
22312211
"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).",
22322212
"location": "path",
@@ -4417,7 +4397,7 @@
44174397
}
44184398
}
44194399
},
4420-
"revision": "20210607",
4400+
"revision": "20210622",
44214401
"rootUrl": "https://admin.googleapis.com/",
44224402
"schemas": {
44234403
"Alias": {

googleapiclient/discovery_cache/documents/admin.reports_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@
631631
}
632632
}
633633
},
634-
"revision": "20210607",
634+
"revision": "20210622",
635635
"rootUrl": "https://admin.googleapis.com/",
636636
"schemas": {
637637
"Activities": {

0 commit comments

Comments
 (0)