From 44c7f67f56045295c351b0afbba129ca7bfdd746 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Fri, 10 Feb 2023 16:15:09 -0500 Subject: [PATCH] Update deployment-service-feature-updates.md --- .../deployment/update/deployment-service-feature-updates.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/windows/deployment/update/deployment-service-feature-updates.md b/windows/deployment/update/deployment-service-feature-updates.md index 3df265d48a..18903a0866 100644 --- a/windows/deployment/update/deployment-service-feature-updates.md +++ b/windows/deployment/update/deployment-service-feature-updates.md @@ -99,6 +99,7 @@ When creating a deployment for a feature update, there are multiple options avai ```msgraph-interactive POST https://graph.microsoft.com/beta/admin/windows/updates/deployments +content-type: application/json { "content": { @@ -195,6 +196,7 @@ To [update deployment](/graph/api/windowsupdates-deployment-update), PATCH the d ```msgraph-interactive PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890 +content-type: application/json { "settings": { @@ -225,7 +227,8 @@ The **Audience ID**, `d39ad1ce-0123-4567-89ab-cdef01234567`, was created when th The following example adds three devices to the deployment audience using the **Azure AD ID** for each device: ```msgraph-interactive - POST https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences/d39ad1ce-0123-4567-89ab-cdef01234567/updateAudience + POST https://graph.microsoft.com/beta/admin/windows/updates/deploymentAudiences/d39ad1ce-0123-4567-89ab-cdef01234567/updateAudience + content-type: application/json { "addMembers": [ @@ -254,6 +257,7 @@ The following example pauses the deployment with a **Deployment ID** of `de910e1 ```msgraph-interactive PATCH https://graph.microsoft.com/beta/admin/windows/updates/deployments/de910e12-3456-7890-abcd-ef1234567890 +content-type: application/json { "@odata.type": "#microsoft.graph.windowsUpdates.deployment",