Skip to main content

Create a new Grafana folder

POST 

/v1/grafana/api/folders

Creates a new folder. Make sure the region in the URL matches your account's region.

Request

Body

required
    title stringrequired
    uid string
    overwrite boolean

Responses

Folder created

Schema
    id integer
    uid string
    title string
    url string
    created date-time
    updated date-time
    version int64
    property name* any
Loading...