Create or update avails (Full Extract)
documentedSubmit or replace all availability windows for a title within a given scope.
PUT /v1/avails/{licensor}/full-extract/{ALID}Availsno 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://partnerapi.primevideo.com/v1/avails/{{$licensor}}/full-extract/{{$ALID}}" \
-X PUT \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "x-api-key: {{PRIMEVIDEO_API_KEY}}" \
--cert {{PRIMEVIDEO_MTLS_CERT}} \
--key {{PRIMEVIDEO_MTLS_KEY}} \
-d '{"avail": {{$avail}}}'