API referenceV2Analyzer tests
Unassign analyzer test template from an attribute
Removes an analyzer test template assignment from an attribute (export field).
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
attributeId*integer
Attribute (export field) ID
assignmentId*integer
Assignment ID to delete
Response Body
application/json
application/json
curl -X DELETE "https://export-template-api.productsup.com/V2/attributes/0/analyzer-tests/0"Empty
{
"errors": {
"message": "Resource access denied."
}
}{
"errors": {
"message": "Resource access denied."
}
}How is this guide?
Assign analyzer test templates to an attribute POST
Assigns one or more analyzer test templates to an attribute (export field). Each assignment includes a template ID and its configuration parameters.
Update analyzer test assignment configuration PATCH
Updates an existing analyzer test assignment's configuration. All fields are optional - only provide the fields you want to update.