Skip to content

Commit f70ada4

Browse files
committed
fixed the example part of the nodId
Signed-off-by: howardyoo <howardyoo@gmail.com>
1 parent 7e202d3 commit f70ada4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ components:
696696
in: query
697697
schema:
698698
type: string
699-
example: dataset:food_delivery:public.delivery_7_days or job:my-namespace:my-job
699+
example: dataset:food_delivery:public.delivery_7_days
700700
description: The ID of the node. A node can either be a dataset node or a job node. The format of
701701
nodeId for dataset is `dataset:<namespace_of_dataset>:<name_of_the_dataset>` and for job is
702702
`job:<namespace_of_the_job>:<name_of_the_job>`.

0 commit comments

Comments
 (0)