X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fapi%2Fecs-api.yaml;h=3eda306a00a74bd655e47e19e2758ee787c323a5;hb=2772b3e52b693924df131a195859ff8e44458bb3;hp=f94743e28a4756cf21b7bfdfbc8dfc1dc0416996;hpb=edea18a8fda2e2201cb3ede7f7af13f610bf4acc;p=nonrtric.git diff --git a/enrichment-coordinator-service/api/ecs-api.yaml b/enrichment-coordinator-service/api/ecs-api.yaml index f94743e2..3eda306a 100644 --- a/enrichment-coordinator-service/api/ecs-api.yaml +++ b/enrichment-coordinator-service/api/ecs-api.yaml @@ -602,6 +602,7 @@ paths: tags: - Data consumer summary: Individual data subscription job + description: The job will be enabled when a producer is available operationId: putIndividualInfoJob parameters: - name: infoJobId @@ -611,6 +612,16 @@ paths: explode: false schema: type: string + - name: typeCheck + in: query + description: when true, a validation of that the type exists and that the + job matches the type schema. + required: false + style: form + explode: true + schema: + type: boolean + default: false requestBody: content: application/json: