Sha256: fa5ba1bb6c938015c5ff5171436706d95651abc4d9f6e3e2124e3887ad0722fc

Contents?: true

Size: 454 Bytes

Versions: 1

Compression:

Stored size: 454 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::KeyManagementAPI.new
key = "key_example" # String | The specific APP key you are working with.
body = DatadogAPIClient::V1::ApplicationKey.new # ApplicationKey |

begin
  # Edit an application key
  result = api_instance.update_application_key(key, body)
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling KeyManagementAPI->update_application_key: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/key-management/UpdateApplicationKey.rb