v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Features

Create a feature link

Create a new link for a feature.

post/api/admin/projects/{projectId}/features/{featureName}/link

Path parameters

projectIdstring required
featureNamestring required

Request body

urlstring required

The URL the feature is linked to

titlestring nullable

The description of the link

Example request

{
  "url": "https://github.com/search?q=cleanupReminder&type=code",
  "title": "Github cleanup"
}

Response

This response has no body.