Sign in

Update featured image

documented

Set/change the featured image for a product

PUT /v2/products/{id}/featured-imageDAMno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.acquia.com/v2/products/{{$id}}/featured-image" \
  -X PUT \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"image_id": "{{$image_id}}"}'