# File lib/gitlab/client/notes.rb, line 119
    def create_note(project, body)
      post("/projects/#{project}/notes", body: { body: body })
    end