GitLabApiClient icon indicating copy to clipboard operation
GitLabApiClient copied to clipboard

Added 'source' and ''tag_list' fields and fixed the type of the 'Id' field

Open nicolajbc opened this issue 3 years ago • 0 comments

Added the 'Source' element to pipelines. Both in the request and the detailed response.

Changed the type of the Id field on the Job type from int to string (id's are above the int limit now)

Added the 'tag_list' field to the Job response

nicolajbc avatar Sep 14 '22 12:09 nicolajbc