Archive
Revives a list of features
This endpoint revives the specified features.
post/api/admin/projects/{projectId}/revive
Path parameters
projectIdstring required
Request body
Example request
{
"features": [
"my-feature-4",
"my-feature-5",
"my-feature-6"
]
}Response
This response has no body.