diff --git a/tdei-api-gateway-prod.json b/tdei-api-gateway-prod.json index 466625f..cc58c32 100644 --- a/tdei-api-gateway-prod.json +++ b/tdei-api-gateway-prod.json @@ -2520,9 +2520,9 @@ ], "description": "Resolution status of the feedback." }, - "status_description": { + "resolution_description": { "type": "string", - "description": "Description of the feedback status." + "description": "Description of the feedback resolution." } }, "required": [ @@ -5148,6 +5148,24 @@ "resolved" ] }, + "resolution_description": { + "type": "string", + "description": "Description of the feedback resolution." + }, + "resolved_by": { + "type": "string", + "description": "User who resolved the feedback.", + "example": "john.doe@example.com" + }, + "resolution": { + "type": "string", + "description": "Resolution status for the feedback.", + "enum": [ + "fixed", + "wont_fix", + "not_an_issue" + ] + }, "location_latitude": { "type": "number", "description": "Latitude of the location related to the feedback.", diff --git a/tdei-api-gateway-stage.json b/tdei-api-gateway-stage.json index f2d119c..27a6fb1 100644 --- a/tdei-api-gateway-stage.json +++ b/tdei-api-gateway-stage.json @@ -2520,9 +2520,9 @@ ], "description": "Resolution status of the feedback." }, - "status_description": { + "resolution_description": { "type": "string", - "description": "Description of the feedback status." + "description": "Description of the feedback resolution." } }, "required": [ @@ -5148,6 +5148,24 @@ "resolved" ] }, + "resolution_description": { + "type": "string", + "description": "Description of the feedback resolution." + }, + "resolved_by": { + "type": "string", + "description": "User who resolved the feedback.", + "example": "john.doe@example.com" + }, + "resolution": { + "type": "string", + "description": "Resolution status for the feedback.", + "enum": [ + "fixed", + "wont_fix", + "not_an_issue" + ] + }, "location_latitude": { "type": "number", "description": "Latitude of the location related to the feedback.", diff --git a/tdei-api-gateway.json b/tdei-api-gateway.json index 565ae07..27ddad0 100644 --- a/tdei-api-gateway.json +++ b/tdei-api-gateway.json @@ -2520,9 +2520,9 @@ ], "description": "Resolution status of the feedback." }, - "status_description": { + "resolution_description": { "type": "string", - "description": "Description of the feedback status." + "description": "Description of the feedback resolution." } }, "required": [ @@ -5290,6 +5290,24 @@ "resolved" ] }, + "resolution_description": { + "type": "string", + "description": "Description of the feedback resolution." + }, + "resolved_by": { + "type": "string", + "description": "User who resolved the feedback.", + "example": "john.doe@example.com" + }, + "resolution": { + "type": "string", + "description": "Resolution status for the feedback.", + "enum": [ + "fixed", + "wont_fix", + "not_an_issue" + ] + }, "location_latitude": { "type": "number", "description": "Latitude of the location related to the feedback.",