diff --git a/tdei-api-gateway-prod.json b/tdei-api-gateway-prod.json index 2c0a636..f8d800e 100644 --- a/tdei-api-gateway-prod.json +++ b/tdei-api-gateway-prod.json @@ -2362,7 +2362,7 @@ "OSW" ], "summary": "Accepts the feedback from the dataset viewer.", - "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.", + "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.", "operationId": "oswDatasetViewerFeedback", "parameters": [ { @@ -2433,13 +2433,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "message": { - "type": "string", - "example": "Feedback submitted successfully." - } - } + "type": "integer", + "example": 14325 } } } diff --git a/tdei-api-gateway-stage.json b/tdei-api-gateway-stage.json index 9710929..bbfe806 100644 --- a/tdei-api-gateway-stage.json +++ b/tdei-api-gateway-stage.json @@ -2362,7 +2362,7 @@ "OSW" ], "summary": "Accepts the feedback from the dataset viewer.", - "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.", + "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.", "operationId": "oswDatasetViewerFeedback", "parameters": [ { @@ -2433,13 +2433,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "message": { - "type": "string", - "example": "Feedback submitted successfully." - } - } + "type": "integer", + "example": 14325 } } } diff --git a/tdei-api-gateway.json b/tdei-api-gateway.json index eb7fbf7..32b723e 100644 --- a/tdei-api-gateway.json +++ b/tdei-api-gateway.json @@ -2362,7 +2362,7 @@ "OSW" ], "summary": "Accepts the feedback from the dataset viewer.", - "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset.", + "description": "Accepts the feedback from the dataset viewer. The feedback is stored in the system for further analysis and improvement of the dataset. Returns feedback ID upon successful submission.", "operationId": "oswDatasetViewerFeedback", "parameters": [ { @@ -2433,13 +2433,8 @@ "content": { "application/json": { "schema": { - "type": "object", - "properties": { - "message": { - "type": "string", - "example": "Feedback submitted successfully." - } - } + "type": "integer", + "example": 14325 } } }