dashboards

Create Dashboard

post/api/v1/dashboards

Headers

authorizationstring nullable
X-API-Keystring nullable

Request body

namestring required
descriptionstring nullable
folder_idinteger nullable
visibility'private' | 'public' | 'shared'
settingsobject

Response

Successful Response

{"stackTrail":"paths:/api/v1/dashboards:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 1 of the 5 revisions of this API.113

  • db5ab8f1fcef113See the full diff
    • the name request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • the name request property's maxLength was set to 255

      request-property-max-length-set

    • added the new optional request property folder_id

      new-optional-request-property

    • added the new optional request property settings

      new-optional-request-property

    • added the new optional request property visibility

      new-optional-request-property