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
Example request
{
"url": "https://github.com/search?q=cleanupReminder&type=code",
"title": "Github cleanup"
}Response
This response has no body.