module Gitlab::Client::Projects
def star_project(id)
-
(Gitlab::ObjectifiedHash)
- Information about starred project.
Parameters:
-
id
(Integer, String
) -- The ID or path of a project.
Other tags:
- See: https://docs.gitlab.com/ce/api/projects.html#star-a-project -
def star_project(id) post("/projects/#{url_encode id}/star") end