Appearance
Create Fix Project
POST
/api/v1/studio/store-audit/{audit_id}/create-fix-project
Create a new project pre-loaded with products that have a specific issue.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
audit_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON "issue_type": "string"
{
}
Responses
Successful Response
application/json
JSON "project_id": "string", "product_count": 0
{
}