Method: Gitlab::Client::Notes#create_note
- Defined in:
- lib/gitlab/client/notes.rb
permalink #create_note(project, body) ⇒ Gitlab::ObjectifiedHash
Creates a new wall note.
136 137 138 |
# File 'lib/gitlab/client/notes.rb', line 136 def create_note(project, body) post("/projects/#{url_encode project}/notes", body: { body: body }) end |