Skip to main content
PATCH
Update analysis options

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

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