GraphQL API: Runner "active" nomenclature changed to "paused"
Description
- Runner GraphQL APIs containing properties named
active
will have such properties replaced by the equivalentpaused
property in GitLab 16.0. - Runner REST containing properties named
active
will have such properties replaced by the equivalentpaused
property in the v5 version of the API. See #375709
Deprecated as of 14.8
- GraphQL: Occurrences of
active
in properties, filters, and mutations deprecated and supplemented withpaused
equivalents.
TODO
Edited by Pedro Pombeiro