Method: Ghee::API::Repos::Issues::Labels::Proxy#replace
- Defined in:
- lib/ghee/api/issues.rb
#replace(labels) ⇒ Object
Patchs and existing label
return json
52 53 54 |
# File 'lib/ghee/api/issues.rb', line 52 def replace(labels) connection.put(path_prefix, labels).body end |