Skip to content

REST support for managing schedule inputs

Problem

We need to allow users to manage inputs for pipeline schedules like we do for pipeline variables: https://docs.gitlab.com/api/pipeline_schedules/#pipeline-schedule-variables

Proposal

Add inputs arguments to the REST endpoints for creating and updating pipeline schedules

For implementation details showing how to create and update inputs on pipeline schedules, like at the GraphQL mutations:

Notes

  • Changes should be gated by the ci_inputs_for_pipelines feature flag
Edited by Avielle Wolfe