examples/api-samples/samples/sample28.rb in groupdocs-1.6.0 vs examples/api-samples/samples/sample28.rb in groupdocs-1.7.0
- old
+ new
@@ -1,11 +1,11 @@
#GET request
-get '/sample28' do
+get '/sample-28-how-to-delete-all-annotations-from-document' do
haml :sample28
end
#POST request
-post '/sample28' do
+post '/sample-28-how-to-delete-all-annotations-from-document' do
#Set variables
set :client_id, params[:clientId]
set :private_key, params[:privateKey]
set :file_id, params[:fileId]
set :base_path, params[:basePath]