Releases

Add a release to a roll up release

put/products/{product_id}/releases/{id}

Path parameters

product_idstring required

ProductId identifier

idstring required

Id identifier

Request body

Example request

{
  "release": {
    "initiatives": [],
    "parent_id": 292454904
  }
}

Response

Successful operation

Changes

Changed in 2 of the 5 revisions of this API.221

  • bfbe6f6d74a122See the full diff
    • the response property // became nullable for the status

      response-property-became-nullable

    • the // response's property type changed from object to null for status

      response-property-type-changed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • removed the optional property /// from the response with the status

      response-optional-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added