Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 257 Bytes

update-profilephoto-javascript-snippets.md

File metadata and controls

18 lines (12 loc) · 257 Bytes
description
Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const stream = Binary data for the image;

await client.api('/me/photo/$value')
	.put(stream);