Initiatives

Update an initiative

put/products/{product_id}/initiatives/{id}

Path parameters

product_idstring required

ProductId identifier

idstring required

Id identifier

Request body

Example request

{
  "initiative": {
    "name": "Smarter initiative"
  }
}

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