You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the schema src/common/schemas/CreateDashboardRequest.yml ...
properties:
orgID:
type: string
description: The ID of the organization that owns the dashboard.
name:
type: string
description: The user-facing name of the dashboard.
description:
type: string
description: The user-facing description of the dashboard.
required:
- orgID
- name
... I see that the name property is required.
However when testing the /dashboards endpoint for POST against the latest influxdb implementation. I am able to create a dashboard with the name property missing from the request.
Is this definition up to date? Or is this an issue in influxdb?
Looking at the schema
src/common/schemas/CreateDashboardRequest.yml
...... I see that the name property is required.
However when testing the
/dashboards
endpoint forPOST
against the latest influxdb implementation. I am able to create a dashboard with thename
property missing from the request.Is this definition up to date? Or is this an issue in influxdb?
Testing against K8S-IDPE remocal. Latest commit.
The text was updated successfully, but these errors were encountered: