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

/visibleView/rows missing in OpenAPI description #384

Open
isvargasmsft opened this issue Jul 13, 2023 · 3 comments
Open

/visibleView/rows missing in OpenAPI description #384

isvargasmsft opened this issue Jul 13, 2023 · 3 comments
Labels
Area: odata-to-openapi An issue with the conversion of OData to OpenAPI Area: OpenAPI An issue related to the OpenAPI library Area: SDK An issue affecting SDKs metadata-issue An issue with the metadata priority:p1 High priority but not blocking.

Comments

@isvargasmsft
Copy link
Member

Path:
/v1.0/me/drive/root/workbook/worksheets/{id}/range(address='A1:Z10')/visibleView/rows is missing in the openAPI descrition.

Raptor error:
Original HTTP Snippet:
GET /v1.0/me/drive/root/workbook/worksheets/{id}/range(address='A1:Z10')/visibleView/rows HTTP/1.1
Host: graph.microsoft.com

Exception while processing /home/vsts/work/1/a/Snippets/get-rows-v1-httpSnippet.
Path segment 'visibleView' not found in path

We checked in the openAPI file and confirmed the path is not defined.

@isvargasmsft isvargasmsft added Area: OpenAPI An issue related to the OpenAPI library Area: odata-to-openapi An issue with the conversion of OData to OpenAPI Area: SDK An issue affecting SDKs labels Jul 13, 2023
@isvargasmsft
Copy link
Member Author

@isvargasmsft
Copy link
Member Author

Another related issue:

Original HTTP Snippet:
GET /v1.0/me/drive/root/workbook/worksheets/{id}/range(address='A1:Z10')/visibleView HTTP/1.1
Host: graph.microsoft.com

Exception while processing /home/vsts/work/1/a/Snippets/workbookrange-visibleview-v1-httpSnippet.
Path segment 'visibleView' not found in path

Docs: https://learn.microsoft.com/en-us/graph/api/workbookrange-visibleview?view=graph-rest-1.0&tabs=http#example

@isvargasmsft
Copy link
Member Author

CC: @irvinesunday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: odata-to-openapi An issue with the conversion of OData to OpenAPI Area: OpenAPI An issue related to the OpenAPI library Area: SDK An issue affecting SDKs metadata-issue An issue with the metadata priority:p1 High priority but not blocking.
Projects
None yet
Development

No branches or pull requests

1 participant