X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fapi%2Fecs-api.yaml;h=d7d5eb3a3a8bb8ed78e2b30948f5ac8de91ea6d3;hb=fed5fc967794cb3d9d9abf3d48283908eff36cc9;hp=3dd53b6eeb740fae7c699684e77e63df49ab7d8a;hpb=e912ee4367d6a305ac038c86dec816b5ce71191b;p=nonrtric.git diff --git a/enrichment-coordinator-service/api/ecs-api.yaml b/enrichment-coordinator-service/api/ecs-api.yaml index 3dd53b6e..d7d5eb3a 100644 --- a/enrichment-coordinator-service/api/ecs-api.yaml +++ b/enrichment-coordinator-service/api/ecs-api.yaml @@ -314,13 +314,16 @@ paths: responses: 200: description: OK - content: - application/json: - schema: - type: object + content: {} 201: description: Created content: {} + 400: + description: Bad request + content: + application/json: + schema: + $ref: '#/components/schemas/ProblemDetails' 401: description: Unauthorized content: {} @@ -745,6 +748,9 @@ components: ei_job_identity: type: string description: Idenitity of the EI job + last_updated: + type: string + description: The time when the job was last updated or created (ISO-8601) ei_job_data: type: object properties: {} @@ -784,6 +790,8 @@ components: type: object producer_ei_type_info: title: producer_ei_type_info + required: + - ei_job_data_schema type: object properties: ei_job_data_schema: