msgraph-metadata icon indicating copy to clipboard operation
msgraph-metadata copied to clipboard

Path segment /format/ not found in /me/drive/items/{id}/workbook/names/{name}/range/format/

Open isvargasmsft opened this issue 2 years ago • 3 comments

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

isvargasmsft avatar Nov 08 '23 15:11 isvargasmsft

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

isvargasmsft avatar Nov 08 '23 15:11 isvargasmsft

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

isvargasmsft avatar Nov 08 '23 18:11 isvargasmsft

Related: https://github.com/microsoftgraph/msgraph-metadata/issues/487

isvargasmsft avatar Nov 08 '23 19:11 isvargasmsft