Skip to content

Commit 032ceec

Browse files
authored
fixes
1 parent bf9a521 commit 032ceec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

api-reference/beta/api/agentidentity-post.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ POST /servicePrincipals/microsoft.graph.agentIdentity
3838
| Content-Type | application/json. Required. |
3939

4040
## Request body
41-
In the request body, supply a JSON representation of a [agentIdentity](../resources/agentidentity.md) object. The request body must contain **displayName**, **agentIdentityBlueprintAppId**, and a valid **sponsor** reference.
41+
In the request body, supply a JSON representation of a [agentIdentity](../resources/agentidentity.md) object. The request body must contain **displayName**, **agentIdentityBlueprintId**, and a valid **sponsor** reference.
4242

4343
## Response
4444

@@ -82,9 +82,9 @@ Content-type: application/json
8282
"@odata.type": "#microsoft.graph.agentIdentity",
8383
"id": "59e617e5-e447-4adc-8b88-00af644d7c92",
8484
"createdByAppId": "f98c895e-6ce2-4f5b-a31b-da7e48f25daa",
85-
"displayName": "My Agent Identit",
85+
"displayName": "My Agent Identity",
8686
"servicePrincipalType": "ServiceIdentity",
8787
"tags": [],
8888
"agentIdentityBlueprintId": "65415bb1-9267-4313-bbf5-ae259732ee12"
8989
}
90-
```
90+
```

0 commit comments

Comments
 (0)