microsoftgraph / microsoftgraph/msgraph-metadata
beta: `x-ms-docs-grouped-path` for `/drives/{drive-id}/items/{driveItem-id}/delta()` contains invalid path
Nobody has claimed this yet.
- Dominant language
- XSLT
- Stars
- 166
- Forks
- 55
- Avg merge
- 16h 12m
- Merged PRs (30d)
- 14
Description
OpenAPI document for beta contains
'/drives/{drive-id}/items/{driveItem-id}/delta()':
description: Provides operations to call the delta method.
get:
tags:
- drives.Functions
summary: Invoke function delta
operationId: drives.drive.items.driveItem.delta-fa14
parameters:
...
responses:
2XX:
...
4XX:
...
5XX:
...
x-ms-docs-operation-type: function
x-ms-pageable:
nextLinkName: '@odata.nextLink'
operationName: listMore
parameters:
- name: drive-id
in: path
description: The unique identifier of drive
required: true
schema:
type: string
x-ms-docs-key-type: drive
- name: driveItem-id
in: path
description: The unique identifier of driveItem
required: true
schema:
type: string
x-ms-docs-key-type: driveItem
x-ms-docs-grouped-path:
- '/drives/{drive-id}/items/{driveItem-id}/delta(token=''{token}'')'
- '/drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta'
- '/drives/{drive-id}/list/items/delta()'
- '/drives/{drive-id}/list/items/delta(token=''{token}'')'
The x-ms-docs-grouped-path /drives/{drive-id}/items/{driveItem-id}/workbook/functions/delta should not be there, because it's an endpoint for workbook function to test whether two numbers are equal.
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 locating the beta OpenAPI document generation inputs and transforms, then search for the exact x-ms-docs-grouped-path entry and the workbook delta endpoint. Remove the unrelated grouped path from the generated metadata and regenerate or validate the beta document to confirm the remaining paths are correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- openapi
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100