-
Notifications
You must be signed in to change notification settings - Fork 38
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
Swagger Docs #823
base: main
Are you sure you want to change the base?
Swagger Docs #823
Conversation
…icrosoft/powerplatform-vscode into users/ramukaritik/swagger-docs
We should just check-in v1.0(single file support) and v2.0 swagger files (APIs added as part of multifile support). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check last comment
responses: | ||
"200": | ||
description: OK | ||
/portal/pagetemplates/{pagetemplateId}: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this entityname accurate
responses: | ||
"200": | ||
description: OK | ||
/portal/basicforms/{basicformId}: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we support seven entites in web currently - does this cover them all?
get: | ||
tags: | ||
- portal | ||
description: "Edit multiple portal entities: webpages, webfiles, webtemplates, pagetemplates and content snippets" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inaccurate description
value: webtemplates | ||
summary: webtemplates | ||
pagetemplates: | ||
value: pagetemplates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inaccurate
No description provided.