Original HTTP Snippet:
PATCH /v1.0/me/drive/items/{id}/workbook/tables/{id|name}/sort/fields/icon HTTP/1.1
Content-type: application/json
Host: graph.microsoft.com
Content-Length: 44
{
"set": "set-value",
"index": 99
}
Exception while processing /home/vsts/work/1/a/Snippets/update-icon-v1-httpSnippet.
Path segment 'fields' not found in path.
Docs: https://learn.microsoft.com/en-us/graph/api/icon-update?view=graph-rest-1.0#example
Original HTTP Snippet:
PATCH /v1.0/me/drive/items/{id}/workbook/tables/{id|name}/sort/fields/icon HTTP/1.1
Content-type: application/json
Host: graph.microsoft.com
Content-Length: 44
{
"set": "set-value",
"index": 99
}
Exception while processing /home/vsts/work/1/a/Snippets/update-icon-v1-httpSnippet.
Path segment 'fields' not found in path.
Docs: https://learn.microsoft.com/en-us/graph/api/icon-update?view=graph-rest-1.0#example