Skip to main content
PUT
Atualizar lista

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string

Nome da lista

Example:

"compradores recorrentes"

description
string

Descrição da lista

Example:

"Lista de cliente que compram há cada 3 meses"

Response

200 - application/json
id
string

ID da lista

Example:

"382ab912-826a-4aa2-8462-e9ca8f71db94"

name
string

Nome da lista

Example:

"compradores recorrentes"

description
string

Descrição da lista

Example:

"Lista de cliente que compram há cada 3 meses"

createdAt
string<date-time>

Data de criação da lista

Example:

"2025-03-05T17:10:34.158Z"