Skip to main content
POST
Cria memória associada ao número de telefone.

Authorizations

Authorization
string
header
required

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

Path Parameters

phone_number
string
required

Número do telefone

Body

application/json

Dados da memória a ser criada

description
string
required
memory_name
string
required
memory_type
enum<string>
required
Available options:
base,
appended
relevance
enum<string>
required
Available options:
low,
medium,
high
value
string
required
created_at
string
memory_id
string
updated_at
string

Response

Memória criada com sucesso

description
string
required
memory_name
string
required
memory_type
enum<string>
required
Available options:
base,
appended
relevance
enum<string>
required
Available options:
low,
medium,
high
value
string
required
created_at
string
memory_id
string
updated_at
string