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

Question about View schema #1146

Open
kpodp0ra opened this issue Dec 6, 2024 · 1 comment
Open

Question about View schema #1146

kpodp0ra opened this issue Dec 6, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kpodp0ra
Copy link
Contributor

kpodp0ra commented Dec 6, 2024

Quick question, can I safely delete pluginId from view schema?

pluginId: z.string().optional(),

I checked code real quick and plugin view always uses /options.pluginId (green) property, so I think /pluginId (red) isn't used anywhere.

@boris-w
Copy link
Contributor

boris-w commented Dec 6, 2024

Yes, this is a property that was inadvertently left in Request Object. Currently, the create view endpoint should not be used to directly create plugin views, as there is a separate dedicated endpoint being used for plugin view creation.

@boris-w boris-w added the documentation Improvements or additions to documentation label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants