Path segment /format/ not found in /me/drive/items/{id}/workbook/names/{name}/range/format/
Original HTTP Snippet: PATCH /v1.0/me/drive/items/{id}/workbook/names/{name}/range/format/borders/{sideIndex} HTTP/1.1 Content-type: application/json Host: graph.microsoft.com Content-Length: 123
{ "color": "color-value", "style": "style-value", "sideIndex": "sideIndex-value", "weight": "weight-value" }
Exception while processing /home/vsts/work/1/a/Snippets/update-rangeborder-v1-httpSnippet. Path segment 'format' not found in path.
Docs: https://learn.microsoft.com/en-us/graph/api/rangeborder-update?view=graph-rest-1.0&tabs=http#example
Related issue: Original HTTP Snippet: GET /v1.0/me/drive/items/{id}/workbook/names/{name}/range/format/borders HTTP/1.1 Host: graph.microsoft.com
Exception while processing /home/vsts/work/1/a/Snippets/get-borders-v1-httpSnippet. Path segment 'format' not found in path
Related:
Original HTTP Snippet: PATCH /v1.0/me/drive/items/{id}/workbook/names/{name}/range/format/protection HTTP/1.1 Content-type: application/json Host: graph.microsoft.com Content-Length: 50
{ "locked": true, "formulaHidden": true }
Exception while processing /home/vsts/work/1/a/Snippets/update-formatprotection-v1-httpSnippet. Path segment 'format' not found in path
Related: https://github.com/microsoftgraph/msgraph-metadata/issues/487