From af7b8fa2354d7eb4188d6c8e63241034471788b4 Mon Sep 17 00:00:00 2001 From: Janos Pelsoczi Date: Mon, 3 Aug 2020 14:20:35 +0200 Subject: [PATCH] Increase the URL length on API and Samplify set url max length to 2000 --- dynatademand/schemas/request/body/buy_project.json | 3 ++- dynatademand/schemas/request/body/create_line_item.json | 1 + dynatademand/schemas/request/body/create_project.json | 1 + dynatademand/schemas/request/body/update_line_item.json | 3 ++- dynatademand/schemas/request/body/update_project.json | 3 ++- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/dynatademand/schemas/request/body/buy_project.json b/dynatademand/schemas/request/body/buy_project.json index 02e3793..70ec56b 100644 --- a/dynatademand/schemas/request/body/buy_project.json +++ b/dynatademand/schemas/request/body/buy_project.json @@ -12,7 +12,8 @@ "type": "string" }, "surveyURL": { - "type": "string" + "type": "string", + "maxLength": 2000 }, "surveyTestURL": { "type": "string" diff --git a/dynatademand/schemas/request/body/create_line_item.json b/dynatademand/schemas/request/body/create_line_item.json index c1f986d..7ab161e 100644 --- a/dynatademand/schemas/request/body/create_line_item.json +++ b/dynatademand/schemas/request/body/create_line_item.json @@ -24,6 +24,7 @@ }, "surveyURL": { "type": "string", + "maxLength": 2000, "description": "Survey URL to send panelist into. " }, "surveyTestURL": { diff --git a/dynatademand/schemas/request/body/create_project.json b/dynatademand/schemas/request/body/create_project.json index 9afe409..575f5b5 100644 --- a/dynatademand/schemas/request/body/create_project.json +++ b/dynatademand/schemas/request/body/create_project.json @@ -111,6 +111,7 @@ }, "surveyURL": { "type": "string", + "maxLength": 2000, "description": "Survey URL to send panelist into. " }, "surveyTestURL": { diff --git a/dynatademand/schemas/request/body/update_line_item.json b/dynatademand/schemas/request/body/update_line_item.json index 14088bb..f12b8ec 100644 --- a/dynatademand/schemas/request/body/update_line_item.json +++ b/dynatademand/schemas/request/body/update_line_item.json @@ -11,7 +11,8 @@ "type": "string" }, "surveyURL": { - "type": "string" + "type": "string", + "maxLength": 2000 }, "surveyTestURL": { "type": "string" diff --git a/dynatademand/schemas/request/body/update_project.json b/dynatademand/schemas/request/body/update_project.json index e80d108..dfca5fd 100644 --- a/dynatademand/schemas/request/body/update_project.json +++ b/dynatademand/schemas/request/body/update_project.json @@ -62,7 +62,8 @@ "type": "string" }, "surveyURL": { - "type": "string" + "type": "string", + "maxLength": 2000 }, "surveyTestURL": { "type": "string"