Skip to content

Commit 5132f81

Browse files
committed
ref update
1 parent c995fab commit 5132f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/patterns/longRunningOperations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ used wherever possible. The pattern avoids complexity and consistent resource
3737
presentation makes things simpler for our users and tooling chain.
3838

3939
In general Microsoft Graph APIs guidelines for LRO follow [Microsoft REST API
40-
Guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/graph/GuidelinesGraph.md).
40+
Guidelines](https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md#13-long-running-operations).
4141

4242
A single deviation from the base guidelines is that Microsoft Graph API
4343
standards require using the following response headers:
@@ -118,7 +118,7 @@ Operation-Location header and status property in the response payload.
118118

119119
```
120120
HTTP/1.1 201 Created
121-
Content-Location: https:////graph.microsoft.com/v1.0/databases/db1
121+
Content-Location: https://graph.microsoft.com/v1.0/databases/db1
122122
123123
{
124124
"id": "db1",

0 commit comments

Comments
 (0)