Upload video poster
documentedUpload and set a poster for a VideoPress video.
POST /videos/{guid}/posterVideosno implementation yet0 runsNo 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://public-api.wordpress.com/rest/v1.1/videos/{{$guid}}/poster?context={{$context}}" \
-X POST \
-H "Authorization: BEARER {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-F "poster=@{{$poster_path}}" \
-F "poster_attachment_id={{$poster_attachment_id}}"