You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customerId: string, 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). (required)
110
110
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
customerId: string, 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). (required)
125
124
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
<pre>Updates an organizational unit. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch)
231
229
232
230
Args:
@@ -247,7 +245,6 @@ <h3>Method Details</h3>
247
245
"parentOrgUnitPath": "A String", # The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
248
246
}
249
247
250
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
"parentOrgUnitPath": "A String", # The organizational unit's parent path. For example, /corp/sales is the parent path for /corp/sales/sales_support organizational unit. Required, unless `parentOrgUnitId` is set.
292
289
}
293
290
294
-
allowPlus: boolean, Parses org unit path without url decode to allow for plus in ou name
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/admin.directory_v1.json
+1-21Lines changed: 1 addition & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2039,11 +2039,6 @@
2039
2039
"orgUnitPath"
2040
2040
],
2041
2041
"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
-
},
2047
2042
"customerId": {
2048
2043
"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).",
2049
2044
"location": "path",
@@ -2073,11 +2068,6 @@
2073
2068
"orgUnitPath"
2074
2069
],
2075
2070
"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
-
},
2081
2071
"customerId": {
2082
2072
"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).",
2083
2073
"location": "path",
@@ -2182,11 +2172,6 @@
2182
2172
"orgUnitPath"
2183
2173
],
2184
2174
"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
-
},
2190
2175
"customerId": {
2191
2176
"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).",
2192
2177
"location": "path",
@@ -2222,11 +2207,6 @@
2222
2207
"orgUnitPath"
2223
2208
],
2224
2209
"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
-
},
2230
2210
"customerId": {
2231
2211
"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).",
0 commit comments