class Seatsio::SubaccountsClient
def copy_chart_to_parent(id: nil, chart_key: nil)
def copy_chart_to_parent(id: nil, chart_key: nil) response = @http_client.post("/subaccounts/#{id}/charts/#{chart_key}/actions/copy-to/parent") Domain::Chart.new(response) end