Apply production schedule version

POST /actions/production-schedule-versions/{production_schedule_version_id}/apply-to-production

Apply production schedule version to production.

Path parameters

  • production_schedule_version_id string(uuid) Required

    Production schedule version unique identifier

Responses

  • 200 application/json

    Production schedule version applied

  • 400

    Wrong ID format

POST /actions/production-schedule-versions/{production_schedule_version_id}/apply-to-production
curl \
 --request POST 'http://api.example.com/actions/production-schedule-versions/a24a6ea4-ce75-4665-a070-57453082c25/apply-to-production' \
 --header "Authorization: $API_KEY"
Response examples (200)
{}