Snippets

Update a snippet

Updates a specific snippet by its ID.

put/snippets/{id}

Path parameters

idinteger required

Request body

namestring
contentstring
descriptionstring
folderstring
orderinteger
isNoteboolean

When true, the snippet is a note (copy/paste only, not directly executable on a host).

Response

The updated snippet.

Changes