Skip to main content

Update a Grafana folder by UID

PUT 

/v1/grafana/api/folders/:id

Updates a folder by UID. Make sure the region in the URL matches your account's region.

Request

Path Parameters

    uid stringrequired

    The UID of the folder

Body

required
    uid string

    The UID of the folder

    title stringrequired

    The title of the folder

    version integer

    The version number of the folder

    overwrite boolean

    Whether to overwrite if folder exists

Responses

Folder updated

Schema
    id integer

    The numeric ID of the folder

    uid string

    The UID of the folder

    title string

    The title of the folder

    url string

    The URL path to the folder

    created date-time

    ISO timestamp when the folder was created

    updated date-time

    ISO timestamp when the folder was last updated

    version integer

    The version number of the folder

Loading...