We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c84c2 commit beadd5bCopy full SHA for beadd5b
lib/algolia/models/ingestion/event.rb
@@ -56,7 +56,10 @@ def self.types_mapping
56
# List of attributes with nullable: true
57
def self.openapi_nullable
58
Set.new(
59
- []
+ [
60
+ :status,
61
+ :data
62
+ ]
63
)
64
end
65
lib/algolia/models/ingestion/source_docker.rb
@@ -8,7 +8,7 @@
8
module Algolia
9
module Ingestion
10
class SourceDocker
11
- # Shortname of the image, as returned by the referential.
+ # Name of the connector.
12
attr_accessor :image
13
14
# Configuration of the spec.
0 commit comments