Mprove
.json
CheckLastNav
POST/api/ToBackendCheckLastNav

Check if last navigated entities still exist

Request Body

application/json

Response Body

application/json

curl -X POST "http://localhost:3000/api/ToBackendCheckLastNav" \  -H "Content-Type: application/json" \  -d '{    "info": {      "name": "api/ToBackendCheckLastNav",      "traceId": "string",      "idempotencyKey": "string"    },    "payload": {      "projectId": "string",      "repoId": "string",      "branchId": "string",      "envId": "string"    }  }'
{
  "info": {
    "path": "/api/ToBackendCheckLastNav",
    "method": "POST",
    "mproveVersion": "string",
    "duration": 0,
    "status": "Ok",
    "traceId": "string",
    "error": null
  },
  "payload": {
    "modelExists": true,
    "chartExists": true,
    "dashboardExists": true,
    "reportExists": true
  }
}