Back to GitLab API
GitLab API

Remove 'scip' from valid job artifact type enum values

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The scip value has been removed from the artifact_type enum in three places across the job artifacts API: the artifact metadata response schema, the artifact upload authorization endpoint, and the artifact upload endpoint. Any client currently submitting or expecting scip as an artifact type will receive a validation error or unexpected behavior.

Open the source documentation