X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fapi%2Fecs-api.json;h=3d6882aa09fbcfeded3e567f2f546798f8a8a63e;hb=2a88005a4b62628df36c8c187b435c2dda89828e;hp=06f6ac1427f187fd6e07da3c4fc3d21356edf511;hpb=6c468636c3790e3420da97dab19057892988fa11;p=nonrtric.git diff --git a/enrichment-coordinator-service/api/ecs-api.json b/enrichment-coordinator-service/api/ecs-api.json index 06f6ac14..3d6882aa 100644 --- a/enrichment-coordinator-service/api/ecs-api.json +++ b/enrichment-coordinator-service/api/ecs-api.json @@ -706,6 +706,7 @@ "content": {"application/json": {"schema": {"$ref": "#/components/schemas/Job"}}}, "required": true }, + "description": "The job will be enabled when a producer is available", "operationId": "putIndividualInfoJob", "responses": { "200": { @@ -721,12 +722,24 @@ "content": {"application/json": {"schema": {"$ref": "#/components/schemas/ProblemDetails"}}} } }, - "parameters": [{ - "schema": {"type": "string"}, - "in": "path", - "name": "infoJobId", - "required": true - }], + "parameters": [ + { + "schema": {"type": "string"}, + "in": "path", + "name": "infoJobId", + "required": true + }, + { + "schema": { + "default": false, + "type": "boolean" + }, + "in": "query", + "name": "typeCheck", + "description": "when true, a validation of that the type exists and that the job matches the type schema.", + "required": false + } + ], "tags": ["Data consumer"] } },