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

/dashboards/{dashboardID}/cells PUT - property viewID in Cell schema seems to be ignored #622

Open
karel-rehor opened this issue Dec 12, 2022 · 0 comments

Comments

@karel-rehor
Copy link

In the common schema Cell is a property viewID. I've tried to set erroneous values to this property and send it as part of a requestBody, however it seems to be ignored by the server. Does it still serve a purpose? Or since views are now handled by the ../cells/${cellID}/views context, can it be removed?

src/common/schemas/Cell.yml

  type: object
  properties:
    id:
      type: string
    links:
      type: object
      properties:
        self:
          type: string
        view:
          type: string
    x:
      type: integer
      format: int32
    "y": # Quoted to prevent YAML parser from interpreting y as shorthand for true.
      type: integer
      format: int32
    w:
      type: integer
      format: int32
    h:
      type: integer
      format: int32
    viewID:
      type: string
      description: The reference to a view from the views API.

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

No branches or pull requests

1 participant