Sha256: 82e7b2fbc23c426af61ad94952313166246b058456d6b2fdc72052fe06255942

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::OrganizationsAPI.new
public_id = "abc123" # String | The `public_id` of the organization you are operating within.
body = DatadogAPIClient::V1::Organization.new # Organization |

begin
  # Update your organization
  result = api_instance.update_org(public_id, body)
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling OrganizationsAPI->update_org: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/organizations/UpdateOrg.rb