Profiles
Update Profile
Updates the description or data of an existing profile using a browser session.
PUT
Authorizations
API key passed in the header
Path Parameters
The name of the profile to update.
Example:
"my-profile"
Body
application/json
The new description for the profile.
Example:
"Updated profile description."
The source of the profile data. Currently, only session
is supported.
Available options:
session
Example:
"session"
The browser session ID is required if the source is set to session
. The browser session must belong to the user and be active.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Indicates whether the browser session cache should be saved when the browser session ends. Defaults to false
.
Example:
true
Response
200
application/json
Profile updated successfully.