Isaac Vargas

Results 37 comments of Isaac Vargas

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

Related issue: Original HTTP Snippet: DELETE /v1.0/groups/{id}/acceptedSenders/$ref?$id=https://graph.microsoft.com/v1.0/users/{user-id} HTTP/1.1 Host: graph.microsoft.com HTTP Method 'DELETE' not found for path.

CC: @SilasKenneth @Ndiritu @shemogumbe @sebastienlevert @maisarissi

Another related issue: Original HTTP Snippet: GET /v1.0/me/drive/root/workbook/worksheets/{id}/range(address='A1:Z10')/visibleView HTTP/1.1 Host: graph.microsoft.com Exception while processing /home/vsts/work/1/a/Snippets/workbookrange-visibleview-v1-httpSnippet. Path segment 'visibleView' not found in path Docs: https://learn.microsoft.com/en-us/graph/api/workbookrange-visibleview?view=graph-rest-1.0&tabs=http#example

CC: @Ndiritu @SilasKenneth @shemogumbe