Sign in

Update captions

documented

Update captions for a specific language.

PUT /modern/medias/{mediaHashedId}/captions/{languageCode}Captionsno 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.wistia.com/v1/medias/{{$media_hashed_id}}/captions/{{$language_code}}.json" \
  -X PUT \
  -H "Authorization: Bearer {{WISTIA_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"contents": "{{$caption_contents}}"}'