api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

Fix error code casing

Open OlgaPodo opened this issue 3 years ago • 0 comments

In our examples we use BadRequest error code which supposed to be in camel case and potentially use predefined enum type https://github.com/microsoft/api-guidelines/blob/vNext/graph/GuidelinesGraph.md#error-handling

OlgaPodo avatar Sep 07 '22 00:09 OlgaPodo