Method: Teamlab::Community#update_wiki_page
- Defined in:
- lib/teamlab/modules/community.rb
#update_wiki_page(name, body) ⇒ Object
225 226 227 |
# File 'lib/teamlab/modules/community.rb', line 225 def update_wiki_page(name, body) @request.put(['wiki', name.to_s], body: body.to_s) end |