post

in lib/gitlab_api.rb [31:34]


  def post(path, body:)
    post_or_put(path, body: body, method: :post)
  end