Class: AppOpsClient::CLI::Confluence
- Inherits:
-
Thor
- Object
- Thor
- AppOpsClient::CLI::Confluence
- Defined in:
- lib/appops-client/cli/confluence.rb
Instance Method Summary collapse
Instance Method Details
#update ⇒ Object
12 13 14 15 16 17 |
# File 'lib/appops-client/cli/confluence.rb', line 12 def update() AppOpsService['api/1.0/confluence/update'].put({ :content_type => 'application/json' }) do |response, request, result, &block| json = JSON::parse( response ) AppOpsClientLogger.debug( "Res" ){ json } end end |