We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713d1ed commit a2bf898Copy full SHA for a2bf898
examples/invocable_scripts.rb
@@ -41,7 +41,7 @@
41
# Update Invocable Script
42
#
43
puts "------- Update -------\n"
44
-update_request = InfluxDB2::ScriptCreateRequest.new(description: 'my updated description')
+update_request = InfluxDB2::ScriptUpdateRequest.new(description: 'my updated description')
45
created_script = scripts_api.update_script(created_script.id, update_request)
46
puts created_script.inspect
47
0 commit comments