Missing API Parameters in Label Operations

Several parameters documented in the GitLab API are not present in the Go SDK structs for label operations. This prevents users from fully utilizing the latest GitLab features through the SDK.

The missing or incomplete parameters affect:

  • CreateLabelOptions struct
  • UpdateLabelOptions struct

References:

  • Project labels API | GitLab Docs
  • Project labels API | GitLab Docs

These parameters need to be added to ensure the SDK stays in sync with the GitLab API and allows users to manage labels fully, including archiving/unarchiving and updating label IDs.

Edited Feb 19, 2026 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading