Skip to main content

Create a folder

POST 

/folders

Create a new folder.

Request

Body

The folder resource definition

    name stringrequired

    The name of the folder

    parent stringrequired

    The parent folder

    description string

    The description of the folder

    labels string[]

    Labels assigned to the folder

    snippets string[]

    Snippets associated with the folder

Responses

Created

Loading...