microsoftgraph / microsoftgraph/msgraph-metadata
Path segment `fields` /drive/items/{id}/workbook/tables/{id|name}/sort/fields/icon
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides an HTTP snippet and a Microsoft Graph documentation link, but no repository file or test. Compare the reported path with the linked endpoint documentation and locate the metadata source that defines it; done means the documented request and generated metadata agree without the missing-segment error.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100