Sign in

Update document hotspot

documented

Update an existing hotspot.

PUT /document/hotspot.jsonDocumentno 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.yumpu.com/2.0/document/hotspot.json" \
  -X PUT \
  -H "X-ACCESS-TOKEN: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "id={{$hotspot_id}}" \
  -d "type={{$type}}" \
  -d "settings[x]={{$x}}" \
  -d "settings[y]={{$y}}" \
  -d "settings[w]={{$w}}" \
  -d "settings[h]={{$h}}" \
  -d "settings[name]={{$name}}" \
  -d "settings[tooltip]={{$tooltip}}" \
  -d "settings[link]={{$link}}"
Update document hotspot · Yumpu · OpenIntegrations