Skip to content

Commit beadd5b

Browse files
algolia-botmillotp
andcommitted
fix(specs): event.status can be null (generated)
algolia/api-clients-automation#4727 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent c9c84c2 commit beadd5b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/algolia/models/ingestion/event.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ def self.types_mapping
5656
# List of attributes with nullable: true
5757
def self.openapi_nullable
5858
Set.new(
59-
[]
59+
[
60+
:status,
61+
:data
62+
]
6063
)
6164
end
6265

lib/algolia/models/ingestion/source_docker.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
module Algolia
99
module Ingestion
1010
class SourceDocker
11-
# Shortname of the image, as returned by the referential.
11+
# Name of the connector.
1212
attr_accessor :image
1313

1414
# Configuration of the spec.

0 commit comments

Comments
 (0)