From 28c2bc743885e59b2c26b8a740b3a8240fe96143 Mon Sep 17 00:00:00 2001 From: Steve Blaurock Date: Fri, 8 Nov 2024 16:48:02 -0700 Subject: [PATCH] Correct links to point to updated documentation resources --- .../src/main/java/io/constructor/core/ConstructorIo.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/src/main/java/io/constructor/core/ConstructorIo.kt b/library/src/main/java/io/constructor/core/ConstructorIo.kt index 0d5400e2..b2403359 100755 --- a/library/src/main/java/io/constructor/core/ConstructorIo.kt +++ b/library/src/main/java/io/constructor/core/ConstructorIo.kt @@ -971,8 +971,8 @@ object ConstructorIo { * ``` * @param quizId id of the quiz you want to retrieve * @param answers list of answers to send - * @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) - * @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) + * @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) + * @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) * @param sectionName the section the quiz and results come from. defaults to "Products" */ fun getQuizNextQuestion(quizId: String, answers: List>? = null, quizVersionId: String? = null, quizSessionId: String? = null, sectionName: String? = null): Observable> { @@ -1072,8 +1072,8 @@ object ConstructorIo { * ``` * @param quizId id of the quiz you want to retrieve * @param answers list of answers to send - * @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) - * @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) + * @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) + * @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) * @param sectionName the section the quiz and results come from. defaults to "Products" * @param filters additional filters used to refine results * @param page the page number of the results