X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fapi%2Fecs-api.yaml;h=3eda306a00a74bd655e47e19e2758ee787c323a5;hb=2a88005a4b62628df36c8c187b435c2dda89828e;hp=f94743e28a4756cf21b7bfdfbc8dfc1dc0416996;hpb=7682abb5a05160aeb83004a4e56c36e302eded1e;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: