Method: LabClient::ProjectMethods#tag_update
- Defined in:
- lib/labclient/projects/methods.rb
#tag_update(tag_id, desc_details) ⇒ Object
407 408 409 |
# File 'lib/labclient/projects/methods.rb', line 407 def tag_update(tag_id, desc_details) client..update(id, tag_id, desc_details) end |