diff --git a/tdei-api-gateway-prod.json b/tdei-api-gateway-prod.json index 65111d7..2c0a636 100644 --- a/tdei-api-gateway-prod.json +++ b/tdei-api-gateway-prod.json @@ -2501,7 +2501,7 @@ "id": { "type": "number", "description": "Feedback ID to be updated.", - "example": "14325" + "example": 14325 }, "status": { "type": "string", diff --git a/tdei-api-gateway-stage.json b/tdei-api-gateway-stage.json index 7140e5d..9710929 100644 --- a/tdei-api-gateway-stage.json +++ b/tdei-api-gateway-stage.json @@ -2501,7 +2501,7 @@ "id": { "type": "number", "description": "Feedback ID to be updated.", - "example": "14325" + "example": 14325 }, "status": { "type": "string", diff --git a/tdei-api-gateway.json b/tdei-api-gateway.json index 1716306..eb7fbf7 100644 --- a/tdei-api-gateway.json +++ b/tdei-api-gateway.json @@ -2501,7 +2501,7 @@ "id": { "type": "number", "description": "Feedback ID to be updated.", - "example": "14325" + "example": 14325 }, "status": { "type": "string",