microsoftgraph / microsoftgraph/msgraph-metadata
Path segment `decline` not found for /teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}/decline
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
Original HTTP Snippet:
POST /v1.0/teams/{teamId}/schedule/timeOffRequests/{timeOffRequestId}/decline HTTP/1.1
Content-type: application/json
Host: graph.microsoft.com
Content-Length: 36
{
"message": "message-value"
}
Exception while processing /home/vsts/work/1/a/Snippets/timeoffrequest-decline-v1-httpSnippet.
Path segment 'decline' not found in 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 with the linked Microsoft Graph documentation and the original HTTP snippet for the timeOffRequests decline endpoint. Trace the metadata used to process this snippet and identify why the decline path segment is missing; done means the snippet processes successfully for the documented POST endpoint.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100