dashboards

Suppress Dashboard

Soft-delete a dashboard and cascade suppress its chats.

post/api/v1/dashboards/{dashboard_id}/suppress

Path parameters

dashboard_idstring uuid required

Response

Successful Response

idstring uuid required
company_idstring uuid required
project_idstring uuid nullable
is_favoriteboolean
user_idstring uuid required
namestring required
descriptionstring required
statusstring required
current_version_idstring uuid nullable
bundle_urlstring nullable required
bundle_cssstring nullable required
bundle_importsstring[] nullable required
error_messagestring nullable required
is_suppressedboolean required
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 1 of the 16 revisions of this API.211

  • 307ede8c429b211See the full diff
    • the response property became optional for the status

      response-property-became-optional

    • response property project_id list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

Of the 16 revisions, 1 has no diff computed.