Skip to content

Commit

Permalink
Merge pull request #8619 from bolt-io/patch-1
Browse files Browse the repository at this point in the history
Fixed JSON format for samples
  • Loading branch information
Lauragra authored Sep 27, 2023
2 parents 00b7a71 + 1fd66e9 commit f646c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api-reference/beta/api/identityuserflowattribute-post.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Content-type: application/json
{
"displayName": "Hobby",
"description": "Your hobby",
"dataType": "string",
"dataType": "string"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ var requestBody = new IdentityUserFlowAttribute
var result = await graphClient.Identity.UserFlowAttributes.PostAsync(requestBody);


```
```

0 comments on commit f646c7c

Please sign in to comment.