v1
latestOpenAPI 3.0.02026-07-26300209.6 KBBrowser Context Profiles
Update a Browser Context Profile
Update a Browser Context Profile
patch/v1/profiles/{profileId}
Path parameters
profileIdstring required
Browser Context Profile ID
Example:prof_abc123def4567890
Browser Context Profile ID
Request body
Response
Update a Browser Context Profile succeeded.
Example response
{
"id": "prof_abc123def4567890",
"name": "Work Gmail",
"proxy_country_code": "US",
"is_default": true,
"fingerprint_seed": "fp_abc123def456",
"domain_count": 3,
"created_at": "2026-06-10T12:00:00Z",
"updated_at": "2026-06-10T12:00:00Z",
"domains": [
{
"domain": "example.com",
"cookie_count": 12,
"local_storage_origin_count": 1,
"last_accessed_at": "2026-06-10T12:00:00Z",
"last_written_at": "2026-06-10T12:00:00Z",
"last_written_by_run_id": "run_abc123"
}
]
}