Skip to content

Commit 26e0d22

Browse files
author
Kamil Breguła
committed
Rename Xcom Value to xcom Entry
1 parent acf6e2d commit 26e0d22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -769,25 +769,25 @@ paths:
769769
'404':
770770
$ref: '#/components/responses/NotFound'
771771

772-
/dags/{dag_id}/taskInstances/{task_id}/{execution_date}/xcomValues:
772+
/dags/{dag_id}/taskInstances/{task_id}/{execution_date}/xcomEntry:
773773
parameters:
774774
- $ref: '#/components/parameters/DAGID'
775775
- $ref: '#/components/parameters/TaskID'
776776
- $ref: '#/components/parameters/ExecutionDate'
777777

778778
get:
779-
summary: Get all XCom values
779+
summary: Get all XCom entry
780780
description:
781781
This endpoint support reading resources across multiple Task Instances by specifying a
782782
"-" as a `dag_id`, `task_id` and `execution_date`.
783-
operationId: getXComValues
783+
operationId: getXComVEntry
784784
tags: [XCom]
785785
parameters:
786786
- $ref: '#/components/parameters/PageLimit'
787787
- $ref: '#/components/parameters/PageOffset'
788788
responses:
789789
'200':
790-
description: List of XCom values.
790+
description: List of XCom entries.
791791
content:
792792
application/json:
793793
schema:
@@ -801,7 +801,7 @@ paths:
801801

802802
post:
803803
summary: Create an XCom entry
804-
operationId: updateXComValues
804+
operationId: updateXComEntries
805805
tags: [XCom]
806806
requestBody:
807807
required: true

0 commit comments

Comments
 (0)