spec/api/webhooks_api_spec.rb in cloudsmith-api-1.142.3 vs spec/api/webhooks_api_spec.rb in cloudsmith-api-2.0.0

- old
+ new

@@ -1,7 +1,7 @@ =begin -#Cloudsmith API +#Cloudsmith API (v1) #The API to the Cloudsmith Service OpenAPI spec version: v1 Contact: support@cloudsmith.io @@ -36,11 +36,11 @@ # Create a specific webhook in a repository. # Create a specific webhook in a repository. # @param owner # @param repo # @param [Hash] opts the optional parameters - # @option opts [WebhooksCreate] :data + # @option opts [RepositoryWebhookRequest] :data # @return [RepositoryWebhook] describe 'webhooks_create test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end @@ -80,10 +80,10 @@ # Update a specific webhook in a repository. # @param owner # @param repo # @param identifier # @param [Hash] opts the optional parameters - # @option opts [WebhooksPartialUpdate] :data + # @option opts [RepositoryWebhookRequestPatch] :data # @return [RepositoryWebhook] describe 'webhooks_partial_update test' do it 'should work' do # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers end