Skip to content

Commit 601a9ce

Browse files
fix(specs): add secrets payload for updates (generated)
algolia/api-clients-automation#4061 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 7346208 commit 601a9ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algolia/models/ingestion/auth_input_partial.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def openapi_one_of
1515
:"AuthAlgoliaPartial",
1616
:"AuthBasicPartial",
1717
:"AuthGoogleServiceAccountPartial",
18-
:"AuthOAuthPartial"
18+
:"AuthOAuthPartial",
19+
:"Hash<String, String>"
1920
]
2021
end
2122

0 commit comments

Comments
 (0)