Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beta: x-ms-docs-grouped-path for /drives/{drive-id}/items/{driveItem-id}/delta() contains invalid path #606

Open
MartinM85 opened this issue Apr 8, 2024 · 0 comments
Labels

Comments

@MartinM85
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant