Darrel

Results 99 issues of Darrel

- [ ] Probably needs more examples of one-to-many - [ ] Missing discussion of containment, although I can't decide how important that is.

Graph Guidelines
Microsoft Graph

Product names like OneDrive, SharePoint and OneNote MUST appear as onedrive, sharepoint and onenote when used in identifiers.

Graph Guidelines

Related to #10 This change removes the need for the custom header `Operation-Location` and uses the standard `Content-Location` header to enable the hybrid flow. This approach ensures that all long...

ref: https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md#1321-put For long running operations that return 202, it is suggested to use `Operation-Location` to refer to a resource that can be monitored to determine when the requested operation...

It feels like to me that a 201 should win as a client can always look at the content-length to know there is no body. However, in the section on...

This commit attempts to include guidance to developers implementing web hook sending behavior. Specifically it provides what I believe to be common-sense retry intervals that should be appropriate for most...

Currently, OpenAPI allows us to identify the version of the API being described and deprecate operations using a Boolean value. I would like to propose some additional metadata that makes...

versioning

This is a meta issue representing a number of requests over the years including #1459 #1840 #892 Currently the OpenAPI specification does not allow optional path parameters nor path parameter...

enhancement

**Is your feature request related to a problem? Please describe.** It is currently not possible from within Graph Explorer to remove a previously consented scope to test scopes with lower...

Area: Permissions
enhancement

Need to investigate why these permissions are being re-ordered. /cc @RabebOthmani

Bug – P1