@@ -206,6 +206,7 @@ AuthAlgoliaInsightsPartial:
206206 This field is `null` in the API response.
207207
208208AuthGoogleServiceAccount :
209+ title : Google
209210 type : object
210211 description : Credentials for authenticating with a Google service account, such as BigQuery.
211212 additionalProperties : false
@@ -225,6 +226,7 @@ AuthGoogleServiceAccount:
225226 - privateKey
226227
227228AuthBasic :
229+ title : Basic
228230 type : object
229231 description : Credentials for authenticating with user name and password.
230232 additionalProperties : false
@@ -243,6 +245,7 @@ AuthBasic:
243245 - password
244246
245247AuthAPIKey :
248+ title : API key
246249 type : object
247250 description : Credentials for authenticating with an API key.
248251 additionalProperties : false
@@ -256,6 +259,7 @@ AuthAPIKey:
256259 - key
257260
258261AuthOAuth :
262+ title : OAuth 2.0
259263 type : object
260264 description : Credentials for authenticating with OAuth 2.0.
261265 additionalProperties : false
@@ -283,6 +287,7 @@ AuthOAuth:
283287 - client_secret
284288
285289AuthAlgolia :
290+ title : Algolia
286291 type : object
287292 additionalProperties : false
288293 description : Credentials for authenticating with Algolia.
@@ -300,12 +305,14 @@ AuthAlgolia:
300305 - apiKey
301306
302307AuthSecrets :
308+ title : " Key:value"
303309 type : object
304310 description : A key:value authentication for your transformations.
305311 additionalProperties :
306312 type : string
307313
308314AuthAlgoliaInsights :
315+ title : Algolia Insights
309316 type : object
310317 additionalProperties : false
311318 description : Credentials for authenticating with the Algolia Insights API.
0 commit comments