microsoftgraph / microsoftgraph/msgraph-metadata
Path segment `format` not found for /worksheets/{sheet-id}/range(address='$A$1')/format/font
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/worksheets/{sheet-id}/range(address='$A$1')/format/font HTTP/1.1
Content-type: application/json
Host: graph.microsoft.com
Content-Length: 60
{
"bold": true,
"color": "#4B180E",
"size": 26
}
Exception while processing /home/vsts/work/1/a/Snippets/update-rangeformat-font-v1-httpSnippet.
Path segment 'format' not found in path.
Docs: https://learn.microsoft.com/en-us/graph/api/rangeformat-update?view=graph-rest-1.0&tabs=http#example
Note that all the examples in this document are failing for snippet generation. The issue is not restricted to the /font path.
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
Start by reproducing snippet generation for the rangeformat-update examples linked in the issue, especially the PATCH path containing /format. Trace how that path is resolved from the metadata and compare it with the Microsoft Graph documentation. Done means the affected examples, including the /font path, generate successfully without the “Path segment 'format' not found” error.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100