Sign in

Update embed

documented

Update an existing embed.

PUT /embed.jsonEmbedno 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/embed.json" \
  -X PUT \
  -H "X-ACCESS-TOKEN: {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "id={{$embed_id}}" \
  -d "document_id={{$document_id}}" \
  -d "type={{$type}}" \
  -d "width={{$width}}" \
  -d "height={{$height}}" \
  -d "start_page={{$start_page}}" \
  -d "page_view={{$page_view}}" \
  -d "title={{$title}}" \
  -d "title_font_color={{$title_font_color}}" \
  -d "background_color={{$background_color}}" \
  -d "outline_enabled={{$outline_enabled}}" \
  -d "outline_size={{$outline_size}}" \
  -d "outline_color={{$outline_color}}"