You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single deviation from the base guidelines is that Microsoft Graph API standards require that you use the following response headers:
53
+
There are some deviations from the base guidelines where Microsoft Graph API standards require that you do one of the following:
54
54
55
-
-The Content-Location header indicates the location of a RELO resource.
55
+
-For RELO pattern you should return the Content-Location header that indicates the location of the resource.
56
56
- The API response says the targeted resource is being created by returning a 201 status code and the resource URI is provided in the Content-Location header, but the response indicates that the request is not completed by including "Provisioning" status.
57
57
58
-
-The Location header indicates the location of a new stepwise operation LRO resource.
58
+
-For LRO pattern you should return the Location header that indicates the location of a new stepwise operation resource.
59
59
- The API response says the operation resource is being created at the URL provided in the Location header and indicates that the request is not completed by including a 202 status code.
60
+
- Microsoft Graph doesn’t allow tenant wide operation resources therefore stepwise operations is often modeled as a navigation property on the target resource.
0 commit comments