Description: Add new Release Bundles to the list of Release Bundles selected for indexing by only providing the new names.
Security: Requires an admin user
Usage: POST /xray/api/v1/binMgr/release_bundle_v2
Consumes: application/json
Produces: application/json
Query parameters:
Name | Type | Required/Optional | Description |
---|---|---|---|
| string | Optional | When included the REST API response as if executed from the scope of a project |
Request body:
Name | Type | Required/Optional | Description |
---|---|---|---|
| string | Required | The release bundle v2 names you want to add. |
Response body:
Name | Type | Description |
---|---|---|
| string | The response message |
Response codes:
Status Code | Description |
---|---|
200 | OK |
401 | Bad Credentials |
500 | Failed to obtain a response |
Example request:
{ "names": [ "Example-4" ] }
Example of successful response:
200 OK { "info": "release_bundle_v2 list has been successfully set to index" }