Skip to content

Commit baf8c69

Browse files
authored
Correct links to point to updated documentation resources (#145)
1 parent a3869cd commit baf8c69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/src/main/java/io/constructor/core/ConstructorIo.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,8 @@ object ConstructorIo {
971971
* ```
972972
* @param quizId id of the quiz you want to retrieve
973973
* @param answers list of answers to send
974-
* @param quizVersionId version identifier for the quiz. version ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning](https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning)
975-
* @param quizSessionId session identifier for the quiz. session ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions](https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions)
974+
* @param quizVersionId version identifier for the quiz. version ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.com/reference/configuration-quizzes](https://docs.constructor.com/reference/configuration-quizzes)
975+
* @param quizSessionId session identifier for the quiz. session ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.com/reference/configuration-quizzes](https://docs.constructor.com/reference/configuration-quizzes)
976976
* @param sectionName the section the quiz and results come from. defaults to "Products"
977977
*/
978978
fun getQuizNextQuestion(quizId: String, answers: List<List<String>>? = null, quizVersionId: String? = null, quizSessionId: String? = null, sectionName: String? = null): Observable<ConstructorData<QuizQuestionResponse>> {
@@ -1072,8 +1072,8 @@ object ConstructorIo {
10721072
* ```
10731073
* @param quizId id of the quiz you want to retrieve
10741074
* @param answers list of answers to send
1075-
* @param quizVersionId version identifier for the quiz. version ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning](https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-versioning)
1076-
* @param quizSessionId session identifier for the quiz. session ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions](https://docs.constructor.io/rest_api/quiz/using_quizzes/#quiz-sessions)
1075+
* @param quizVersionId version identifier for the quiz. version ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.com/reference/configuration-quizzes](https://docs.constructor.com/reference/configuration-quizzes)
1076+
* @param quizSessionId session identifier for the quiz. session ID will be returned with the first request and it should be passed with subsequent requests. more information can be found: [https://docs.constructor.com/reference/configuration-quizzes](https://docs.constructor.com/reference/configuration-quizzes)
10771077
* @param sectionName the section the quiz and results come from. defaults to "Products"
10781078
* @param filters additional filters used to refine results
10791079
* @param page the page number of the results

0 commit comments

Comments
 (0)