File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ used wherever possible. The pattern avoids complexity and consistent resource
37
37
presentation makes things simpler for our users and tooling chain.
38
38
39
39
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 ) .
41
41
42
42
A single deviation from the base guidelines is that Microsoft Graph API
43
43
standards require using the following response headers:
@@ -118,7 +118,7 @@ Operation-Location header and status property in the response payload.
118
118
119
119
```
120
120
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
122
122
123
123
{
124
124
"id": "db1",
You can’t perform that action at this time.
0 commit comments