Skip to main content

Update a folder

PUT 

/folders/:id

Update an existing folder.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

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

OK

Loading...