Skip to content

Commit f7fcf2f

Browse files
koumiGooglecopybara-github
authored andcommitted
chore: Update signed in user with links to the people API + Admin SDK in Media client
PiperOrigin-RevId: 723227901
1 parent 4143e78 commit f7fcf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/types/mediatypes.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ export interface BaseParticipant {
161161
*/
162162
export interface SignedInUser {
163163
/**
164-
* Unique ID of the user which is interoperable with the Google Admin SDK API and People
165-
* API.
164+
* Unique ID for the user. Interoperable with {@link https://developers.google.com/admin-sdk/directory/reference/rest/v1/users | Admin SDK API} and {@link https://developers.google.com/people/api/rest/v1/people | People API.}
165+
* Format: `users/{user}`
166166
*/
167167
readonly user: string;
168168
/**

0 commit comments

Comments
 (0)