Skip to main content

ValidationFailedDataInvalidUuidParamProjectId

errors object[]required
  • Array [
  • pathstringrequired
    Constant value: projectId
    constraintstringrequired
    Constant value: isUuid
    messagestringrequired
    Constant value: projectId must be a UUID
  • ]
  • ValidationFailedDataInvalidUuidParamProjectId
    {
    "errors": [
    {
    "path": "projectId",
    "constraint": "isUuid",
    "message": "projectId must be a UUID"
    }
    ]
    }