cURL
curl --request PUT \ --url https://api.anchorbrowser.io/v1/profiles/{name} \ --header 'Content-Type: application/json' \ --header 'anchor-api-key: <api-key>' \ --data '{ "description": "Updated profile description.", "source": "session", "session_id": "550e8400-e29b-41d4-a716-446655440000" }'
{ "data": { "status": "success" } }
Updates the description or data of an existing profile using a browser session.
API key passed in the header
The name of the profile to update.
"my-profile"
Profile updated successfully.
The response is of type object.
object