You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/ingestion/paths/push.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ post:
20
20
parameters:
21
21
- $ref: '../../common/parameters.yml#/IndexName'
22
22
- $ref: '../common/parameters.yml#/watch'
23
+
- name: referenceIndexName
24
+
in: query
25
+
description: This is required when targeting an index that does not have a push connector setup (e.g. a tmp index), but you wish to attach another index's transformation to it (e.g. the source index name).
0 commit comments