Skip to content

Remove ci_job_token_scope_enabled attribute from projects API endpoint

Proposal

We recently added API endpoints for job token scope. The /projects API endpoint still returns the attribute ci_job_token_scope_enabled. This is redundant and could have a minor effect on performance of that endpoint. We should remove that attribute.

This is a breaking change - some users may be relying on this attribute.

OSZAR »