PUT
/
api
/
profiles
/
{profile_name}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

profile_name
string
required

The name of the profile to update.

Body

application/json
description
string

The new description for the profile.

session_id
string

The session ID is required if the source is set to session. The session must belong to the user and be active.

source
enum<string>

The source of the profile data. Currently, only session is supported.

Available options:
session,
file_upload

Response

200 - application/json
status
string