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 string required
  • featureName string required

Body

required

featureLifecycleCompletedSchema

  • status string required

    Possible values: [kept, discarded]

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

  • statusValue string

    The metadata value passed in together with status

Responses

This response has no body.

Loading...