module Gitlab::Client::RemoteMirrors

def sync_remote_mirror(project, id)

Returns:
  • (Gitlab::ObjectifiedHash) -

Parameters:
  • id (Integer) -- The ID of the remote mirror.
  • project (Integer, String) -- The ID or path of a project.
def sync_remote_mirror(project, id)
  post("/projects/#{url_encode project}/remote_mirrors/#{id}/sync")
end