> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platinur.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Dashboard Metadata

> Update a dashboard's literal title and description without a Promotions proposal.

This deliberately changes only literal page metadata and the visible H1/description. Queries,
components, filters, and model files are never rewritten by this route.



## OpenAPI

````yaml /api/openapi.json patch /api/dashboards/metadata
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc21
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/dashboards/metadata:
    patch:
      tags:
        - Dashboards
      summary: Api Dashboard Metadata
      description: >-
        Update a dashboard's literal title and description without a Promotions
        proposal.


        This deliberately changes only literal page metadata and the visible
        H1/description. Queries,

        components, filters, and model files are never rewritten by this route.
      operationId: api_dashboard_metadata_api_dashboards_metadata_patch
      responses:
        '200':
          content:
            application/json:
              schema: {}
          description: Successful Response

````