@@ -16,7 +16,7 @@ Actions related to Topcoder challenges APIs.
1616 * [ .unregisterInit()] ( #module_actions.challenge.unregisterInit ) ⇒ <code >Action</code >
1717 * [ .unregisterDone(auth, challengeId)] ( #module_actions.challenge.unregisterDone ) ⇒ <code >Action</code >
1818 * [ .loadResultsInit(challengeId)] ( #module_actions.challenge.loadResultsInit ) ⇒ <code >Action</code >
19- * [ .loadResultsDone(auth, challengeId, type )] ( #module_actions.challenge.loadResultsDone ) ⇒ <code >Action</code >
19+ * [ .loadResultsDone(challengeId, tokenV3 )] ( #module_actions.challenge.loadResultsDone ) ⇒ <code >Action</code >
2020 * [ .fetchCheckpointsInit()] ( #module_actions.challenge.fetchCheckpointsInit ) ⇒ <code >Action</code >
2121 * [ .fetchCheckpointsDone(tokenV2, challengeId)] ( #module_actions.challenge.fetchCheckpointsDone )
2222 * [ .toggleCheckpointFeedback(id, open)] ( #module_actions.challenge.toggleCheckpointFeedback ) ⇒ <code >Action</code >
@@ -144,18 +144,15 @@ Creates an action that signals beginning of challenge results loading.
144144
145145<a name =" module_actions.challenge.loadResultsDone " ></a >
146146
147- ### actions.challenge.loadResultsDone(auth, challengeId, type ) ⇒ <code >Action</code >
147+ ### actions.challenge.loadResultsDone(challengeId, tokenV3 ) ⇒ <code >Action</code >
148148Creates an action that loads challenge results.
149149
150- ** Kind** : static method of [ <code >actions.challenge</code >] ( #module_actions.challenge )
150+ ** Kind** : static method of [ <code >actions.challenge</code >] ( #module_actions.challenge )
151151
152152| Param | Type | Description |
153153| --- | --- | --- |
154- | auth | <code >Object</code > | Object that holds Topcoder auth tokens. |
155- | [ auth.tokenV2] | <code >String</code > | v2 token. |
156- | [ auth.tokenV3] | <code >String</code > | v3 token. |
157154| challengeId | <code >Number</code > \| <code >String</code > | Challenge ID. Should match the one passed in the previous [ loadResultsInit] ( #module_actions.challenge.loadResultsInit ) call. |
158- | type | <code >String</code > | Challenge type . |
155+ | tokenV3 | <code >String</code > | Topcoder v3 auth token . |
159156
160157<a name =" module_actions.challenge.fetchCheckpointsInit " ></a >
161158
0 commit comments