diff --git a/openapi-spec/crapi-openapi-spec.json b/openapi-spec/crapi-openapi-spec.json index a33fef2f..08c1a807 100644 --- a/openapi-spec/crapi-openapi-spec.json +++ b/openapi-spec/crapi-openapi-spec.json @@ -3191,7 +3191,7 @@ }, "ProfileVideo" : { "type" : "object", - "required" : [ "id", "video_name", "converstion_params", "video", "user" ], + "required" : [ "id", "video_name", "conversion_params" ], "properties" : { "id" : { "type" : "number" @@ -3207,6 +3207,9 @@ }, "user" : { "$ref" : "#/components/schemas/User" + }, + "profileVideo" : { + "type" : "string" } }, "example" : { diff --git a/services/chatbot/src/resources/crapi-openapi-spec.json b/services/chatbot/src/resources/crapi-openapi-spec.json index e1a85430..e4aedea5 100644 --- a/services/chatbot/src/resources/crapi-openapi-spec.json +++ b/services/chatbot/src/resources/crapi-openapi-spec.json @@ -1011,9 +1011,7 @@ "required": [ "id", "video_name", - "converstion_params", - "video", - "user" + "conversion_params" ], "properties": { "id": { @@ -1042,6 +1040,9 @@ "required": [ "email" ] + }, + "profileVideo" : { + "type" : "string" } }, "example": { @@ -1111,9 +1112,7 @@ "required": [ "id", "video_name", - "converstion_params", - "video", - "user" + "conversion_params" ], "properties": { "id": { @@ -1142,6 +1141,9 @@ "required": [ "email" ] + }, + "profileVideo" : { + "type" : "string" } }, "example": { @@ -1234,9 +1236,7 @@ "required": [ "id", "video_name", - "converstion_params", - "video", - "user" + "conversion_params" ], "properties": { "id": { @@ -1265,6 +1265,9 @@ "required": [ "email" ] + }, + "profileVideo" : { + "type" : "string" } }, "example": { @@ -5061,9 +5064,7 @@ "required": [ "id", "video_name", - "converstion_params", - "video", - "user" + "conversion_params" ], "properties": { "id": { @@ -5092,6 +5093,9 @@ "required": [ "email" ] + }, + "profileVideo" : { + "type" : "string" } }, "example": {