Layouts

Add a layout

post/app/layouts/

Request body

namestring required

Name of the configuration

projectIdstring required

Id of the project linked to the configuration

descriptionstring
tagsstring[]

List of tags associated to the layout

Example request

{
  "metadata": [
    {
      "selectedColorColumn": "colorColumnID"
    }
  ]
}

Response

Dashboard layout saved

Changes

Changed in 2 of the 12 revisions of this API.2

    • api operation id debiaiServer.controller.layouts.post_layout removed and replaced with debiaiServer.api.v1.debiai.layouts.post_layout

      api-operation-id-removed

    • api operation id debiaiServer.api.v1.debiai.layouts.post_layout removed and replaced with debiaiServer.controller.layouts.post_layout

      api-operation-id-removed