Skip to main content
PATCH
Update analysis options

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

analysis_id
string<uuid>
required

The id of the classifier analysis to update

Query Parameters

restart_analysis
boolean
default:false

Reset the current event count so that classification can begin when 'status' is set to "in_progress".

reset_profile
boolean
default:false

Reset the profiling data associated with this analysis.

create_new_classifier_analysis
boolean
default:false

Create a new classifier analysis record to replace the current record. Must be used in conjunction with a "complete" status

Body

application/json
status
enum<string>
required

The new status of the classifier analysis

Available options:
in_progress,
complete

Response

200

Default Response