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:
-
CreateLabelOptionsstruct -
UpdateLabelOptionsstruct
References:
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 by 🤖 GitLab Bot 🤖