API reference / enrichment
enrichment
/api/v1/enrichmentList enrichment
- Auth:
- required
- Response:
- { data }
/api/v1/enrichmentCreate enrichment
- Auth:
- required
- Response:
- { data }
/api/v1/enrichment/:idGet enrichment by ID
- Auth:
- required
- Response:
- { data }
/api/v1/enrichment/:idPartially update enrichment
- Auth:
- required
- Response:
- { data }
/api/v1/enrichment/:idDelete enrichment
- Auth:
- required
- Response:
- { success, message }
/api/v1/enrichment/:id/approveApprove enrichment
- Auth:
- required (min role: coach)
- Response:
- { success, message }
/api/v1/enrichment/:id/rejectReject enrichment
- Auth:
- required (min role: coach)
- Response:
- { success, message }
/api/v1/enrichment/batchCreate batch
- Auth:
- required (min role: coach)
- Response:
- { success, message }
/api/v1/enrichment/pendingList pending
- Auth:
- required (min role: coach)
- Response:
- { data }
/api/v1/enrichment/players/:idGet player by ID
- Auth:
- required
- Response:
- { data }
/api/v1/enrichment/teams/:teamIdGet team by ID
- Auth:
- required
- Response:
- { data }