Skip to content

Commit

Permalink
chore(CE): Update HTTP model spec (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: TivonB-AI2 <124182151+TivonB-AI2@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and TivonB-AI2 authored Dec 27, 2024
1 parent ed80bd8 commit f30b2c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integrations/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
multiwoven-integrations (0.16.0)
multiwoven-integrations (0.16.1)
MailchimpMarketing
activesupport
async-websocket
Expand Down
2 changes: 1 addition & 1 deletion integrations/lib/multiwoven/integrations/rollout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Multiwoven
module Integrations
VERSION = "0.16.0"
VERSION = "0.16.1"

ENABLED_SOURCES = %w[
Snowflake
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "HTTP Model Endpoint",
"type": "object",
"required": ["url_host"],
"required": ["url_host", "http_method"],
"properties": {
"http_method": {
"type": "string",
Expand Down

0 comments on commit f30b2c3

Please sign in to comment.