API Reference

Update folder

Updates an existing folder's properties

PUT /folders/{folder_id}

Detailed Description

Updates properties of an existing folder. Use this to rename a folder, move it within the hierarchy, or toggle its status.

HTTP Method & Path

PUT /folders/{folder_id}

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token>

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token
folder_idstring (path, uuid)YesUnique identifier of the folder to update.

Request Body

Schema: UpdateFolderRequest

NameTypeRequiredDescription
namestringNoNew folder name. minLength=1, maxLength=255.
parent_folder_idstring (uuid)NoNew parent folder ID. Use null to move to root.
statusbooleanNoFolder status: true (active) or false (inactive).
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!