Skip to main content
POST
Python

Authorizations

superU-Api-Key
string
header
required

Your SuperU API key.

Body

application/json

Request body for Update folder.

Folder Update Request schema.

folder_id
string
required

Folder ID

Example:

"25388237-72ba-46a9-b8b5-f0341939775c"

folder_name
string
required

New folder name

Example:

"Outbound Team"

description
string

New description

Example:

"Top of funnel campaigns"

Response

Folder updated

A generic response schema for successful API calls.

status
string

Indicates if the request was successful.

Example:

"success"

message
string

A descriptive message about the result of the request.

Example:

"Request completed successfully"

data
object

The payload of the response, if any.