Features
Update a feature link
Update an existing feature link.
put/api/admin/projects/{projectId}/features/{featureName}/link/{linkId}
Path parameters
projectIdstring required
featureNamestring required
linkIdstring required
Request body
Example request
{
"url": "https://github.com/search?q=cleanupReminder&type=code",
"title": "Github cleanup"
}Response
This response has no body.