Skip to main content

Update a snippet

PUT 

/snippets/:id

Update an existing snippet.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Body

The snippet resource definition.

    name stringrequired

    The name of the snippet

    description string

    The description of the snippet

    labels string[]

    Labels applied to the snippet

Responses

OK

Loading...