Rerun a previous A/B test
POST
/cms/v3/pages/site-pages/ab-test/rerun https://api.hubapi.com
Rerun a previous A/B test.
Request Body
application/json
required
The JSON representation of the AbTestRerunRequest object.
interface AbTestRerunRequestVNext {
abTestId: string;
variationId: string;
}
abTestId: string;
variationId: string;
}
Responses
204
No content
unknown
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}