Features
Set feature completed
This will set the feature as completed.
post/api/admin/projects/{projectId}/features/{featureName}/lifecycle/complete
Path parameters
projectIdstring required
featureNamestring required
Request body
Example request
{
"status": "kept",
"statusValue": "variant1"
}Response
This response has no body.