Skip to main content
POST
Move QR Codes to Folder

Path Parameters

Request Body

Example Request

Example Response

200 OK

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Folder ID

Body

application/json
qr_code_ids
string[]
required

List of QR code IDs to move. To move all QR codes from the source folder, pass ['all']

Example:
from
integer | null

Source folder ID. Pass an integer or null

Example:

3

Response

QR codes moved successfully

message
string
Example:

"QR codes moved successfully"