Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 784 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 784 Bytes

flux-eco-ehf-app-backend

usage

GET

POST

/api/writeTrainingDiary

    "trainingSessionId": {
        "type": "string"
    },
    "userId": {
        "type": "string"
    },
    "text": {
        "type": "string"
    },
    "rating": {
        "type": "number"
    }

/api/writePlayTimeTalents

   "trainingSessionId": {
        "type": "string"
    },
    "talents": {
        "type": "number"
    },