Code references
Create extinction
Create a new extinction.
post/api/v2/code-refs/repositories/{repo}/branches/{branch}/extinction-events
Path parameters
repostring string required
The repository name
The repository name
branchstring string required
The URL-encoded branch name
The URL-encoded branch name
Request body
Example request
[
{
"revision": "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3",
"message": "Remove flag for launched feature",
"flagKey": "enable-feature",
"projKey": "default"
}
]Response
Action succeeded