Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 505 Bytes

File metadata and controls

21 lines (14 loc) · 505 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\GraphServiceClient;
use Microsoft\Graph\Generated\Models\PlannerBucket;


$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);

$requestBody = new PlannerBucket();
$requestBody->setName('Advertising');
$requestBody->setPlanId('xqQg5FS2LkCp935s-FIFm2QAFkHM');
$requestBody->setOrderHint(' !');

$result = $graphServiceClient->planner()->buckets()->post($requestBody)->wait();