API: Runner "active" nomenclature changed to "paused"
Description
Runner REST and GraphQL APIs containing properties named active will have such properties replaced by the equivalent paused property in GitLab 16.0.
Deprecated as of 14.8
- REST API/GraphQL: Occurrences of
activein properties, filters, and mutations deprecated and supplemented withpausedequivalents. - REST API:
statusfilters in REST API endpoints operating on runners will no longer acceptactiveorpausedvalues.