NARKOZ / gitlab

Ruby wrapper and CLI for the GitLab REST API
https://narkoz.github.io/gitlab
BSD 2-Clause "Simplified" License
1.06k stars 394 forks source link

Add pipeline metadata update endpoint #685

Closed ddieulivol closed 4 months ago

ddieulivol commented 5 months ago

What does this PR do?

Adds support for the update pipeline metadata endpoint: https://docs.gitlab.com/ee/api/pipelines.html#update-pipeline-metadata:

Gitlab.update_pipeline_metadata(5, 1, name: 'new name')