Skip to content

Commit 5db8f09

Browse files
committed
Update Google.json
- User Photos support
1 parent f2789e7 commit 5db8f09

File tree

1 file changed

+92
-1
lines changed

1 file changed

+92
-1
lines changed

Google.json

Lines changed: 92 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3340,6 +3340,97 @@
33403340
"endTime": "string*"
33413341
}
33423342
},
3343+
"users_photos": {
3344+
"operations": {
3345+
"users_photos_get": {
3346+
"method": "get",
3347+
"call": {
3348+
"mode": "iteration",
3349+
"table": "users",
3350+
"iterator": "id",
3351+
"path": "admin.googleapis.com/admin/directory/v1/users/{iterator}/photos/thumbnail"
3352+
},
3353+
"authOptions": {
3354+
"scopes": [
3355+
"https://www.googleapis.com/auth/admin.directory.user"
3356+
]
3357+
},
3358+
"maxSessionCount": 7,
3359+
"processing_options": {
3360+
"output_field": null
3361+
},
3362+
"query_parameters": {
3363+
"customer": "my_customer"
3364+
},
3365+
"warning_only": [
3366+
404
3367+
]
3368+
},
3369+
"users_photos_create": {
3370+
"method": "put",
3371+
"call": {
3372+
"mode": "normal",
3373+
"path": "www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3374+
},
3375+
"authOptions": {
3376+
"scopes": [
3377+
"https://www.googleapis.com/auth/admin.directory.user"
3378+
]
3379+
},
3380+
"semantics": "create",
3381+
"resource_allowance_default": "prohibited",
3382+
"resource_mandatory": [
3383+
"id",
3384+
"photoData"
3385+
]
3386+
},
3387+
"users_photos_update": {
3388+
"method": "put",
3389+
"call": {
3390+
"mode": "normal",
3391+
"path": "www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3392+
},
3393+
"authOptions": {
3394+
"scopes": [
3395+
"https://www.googleapis.com/auth/admin.directory.user"
3396+
]
3397+
},
3398+
"semantics": "update",
3399+
"resource_allowance_default": "prohibited",
3400+
"resource_mandatory": [
3401+
"id",
3402+
"photoData"
3403+
]
3404+
},
3405+
"users_photos_delete": {
3406+
"method": "delete",
3407+
"call": {
3408+
"mode": "normal",
3409+
"path": "www.googleapis.com/admin/directory/v1/users/{id}/photos/thumbnail"
3410+
},
3411+
"authOptions": {
3412+
"scopes": [
3413+
"https://www.googleapis.com/auth/admin.directory.user"
3414+
]
3415+
},
3416+
"semantics": "delete",
3417+
"resource_allowance_default": "prohibited",
3418+
"resource_mandatory": [
3419+
"id"
3420+
]
3421+
}
3422+
},
3423+
"resources": {
3424+
"id": "string*",
3425+
"primaryEmail": "string*",
3426+
"kind": "string*",
3427+
"etag": "string*",
3428+
"photoData": "string*",
3429+
"mimeType": "string*",
3430+
"width": "string*",
3431+
"height": "string*"
3432+
}
3433+
},
33433434
"users_tokens": {
33443435
"operations": {
33453436
"users_tokens_get": {
@@ -3533,4 +3624,4 @@
35333624
}
35343625
]
35353626
}
3536-
}
3627+
}

0 commit comments

Comments
 (0)