This commit is contained in:
8
dist/services/ImportService.js
vendored
8
dist/services/ImportService.js
vendored
@@ -5,7 +5,7 @@ const request_1 = require("../core/request");
|
||||
class ImportService {
|
||||
/**
|
||||
* Post json
|
||||
* Create new runners from json and insert them (or their teams) into the provided group
|
||||
* Create new runners from json and insert them into the provided group. <br> If teams/classes are provided alongside the runner's name they'll automaticly be created under the provided org and the runners will be inserted into the teams instead.
|
||||
* @param group
|
||||
* @param requestBody ImportRunner
|
||||
* @returns ResponseRunner
|
||||
@@ -24,7 +24,7 @@ class ImportService {
|
||||
}
|
||||
/**
|
||||
* Post orgs json
|
||||
* Create new runners from json and insert them (or their teams) into the provided org
|
||||
* Create new runners from json and insert them into the provided org. <br> If teams/classes are provided alongside the runner's name they'll automaticly be created under the provided org and the runners will be inserted into the teams instead.
|
||||
* @param id
|
||||
* @param requestBody ImportRunner
|
||||
* @returns ResponseRunner
|
||||
@@ -56,7 +56,7 @@ class ImportService {
|
||||
}
|
||||
/**
|
||||
* Post csv
|
||||
* Create new runners from csv and insert them (or their teams) into the provided group
|
||||
* Create new runners from csv and insert them into the provided group. <br> If teams/classes are provided alongside the runner's name they'll automaticly be created under the provided org and the runners will be inserted into the teams instead.
|
||||
* @param group
|
||||
* @returns ResponseRunner
|
||||
* @throws ApiError
|
||||
@@ -73,7 +73,7 @@ class ImportService {
|
||||
}
|
||||
/**
|
||||
* Post orgs csv
|
||||
* Create new runners from csv and insert them (or their teams) into the provided org
|
||||
* Create new runners from csv and insert them into the provided org. <br> If teams/classes are provided alongside the runner's name they'll automaticly be created under the provided org and the runners will be inserted into the teams instead.
|
||||
* @param id
|
||||
* @returns ResponseRunner
|
||||
* @throws ApiError
|
||||
|
||||
Reference in New Issue
Block a user