Skip to main content
PUT
Update Folder

Overview

Renames an existing folder.

Path Parameters

Request Body

Example Request

Example Response

200 OK

Use Cases

  • Renaming: Update folder names to reflect new campaigns
  • Cleanup: Standardize naming conventions across folders

Autorisierungen

Authorization
string
header
erforderlich

API key authentication. Enter your API key directly in the Authorization header.

Pfadparameter

id
integer
erforderlich

Folder ID

Body

application/json
name
string
erforderlich

Folder name

Beispiel:

"Marketing QRs"

Antwort

Folder updated successfully

id
integer

Folder ID

Beispiel:

7

name
string

Folder name

Beispiel:

"Marketing QRs"

created_by
integer

User ID who created the folder

Beispiel:

422

folder_type
string

Folder type

Beispiel:

"qr"

qr_codes_count
integer

Number of QR codes in the folder

Beispiel:

0

created
string<date-time>

Creation timestamp

Beispiel:

"2026-03-16T17:57:16.662333+05:30"

updated
string<date-time>

Last update timestamp

Beispiel:

"2026-03-16T17:57:16.662362+05:30"