Skip to main content

Set feature completed

POST 

/api/admin/projects/:projectId/features/:featureName/lifecycle/complete

This will set the feature as completed.

Request

Path Parameters

    projectId stringrequired
    featureName stringrequired

Body

required

featureLifecycleCompletedSchema

    status stringrequired

    The status of the feature after it has been marked as completed

    Possible values: [kept, discarded]

    Example: kept
    statusValue string

    The metadata value passed in together with status

    Example: variant1

Responses

This response has no body.

Loading...