fossa_update_release_group_release
Rename a FOSSA release group release and update its project list by adding, repinning, or removing projects.
Instructions
Rename a release in a FOSSA release group and add, repin, or remove the projects in it.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
FOSSA requires title on this endpoint even when only the project list is
changing; pass the release's current title to leave it as it is. Entries in
projects are added or repinned, and each is an object with the keys
projectId, and optionally branch and revisionId. projects_to_delete
is a list of project locators to drop from the release. Naming the same
project in both is rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| projects | No | ||
| release_id | Yes | ||
| release_group_id | Yes | ||
| projects_to_delete | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||