module Gitlab::Client::Projects
def edit_project(id, options={})
-
(Gitlab::ObjectifiedHash)
- Information about the edited project.
Options Hash:
(**options)
-
:description
(String
) -- The name of a project -
:path
(String
) -- The name of a project -
:name
(String
) -- The name of a project
Parameters:
-
options
(Hash
) -- A customizable set of options. -
project
(Integer
) -- The ID of a project.
def edit_project(id, options={}) put("/projects/#{id}", query: options) end