Skip to content

Commit f0c3b40

Browse files
authored
Merge pull request #62 from dynata/feature-max-url-length
Increase the URL length on API and Samplify
2 parents ff2f317 + af7b8fa commit f0c3b40

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

dynatademand/schemas/request/body/buy_project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"type": "string"
1313
},
1414
"surveyURL": {
15-
"type": "string"
15+
"type": "string",
16+
"maxLength": 2000
1617
},
1718
"surveyTestURL": {
1819
"type": "string"

dynatademand/schemas/request/body/create_line_item.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"surveyURL": {
2626
"type": "string",
27+
"maxLength": 2000,
2728
"description": "Survey URL to send panelist into. "
2829
},
2930
"surveyTestURL": {

dynatademand/schemas/request/body/create_project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
},
112112
"surveyURL": {
113113
"type": "string",
114+
"maxLength": 2000,
114115
"description": "Survey URL to send panelist into. "
115116
},
116117
"surveyTestURL": {

dynatademand/schemas/request/body/update_line_item.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"type": "string"
1212
},
1313
"surveyURL": {
14-
"type": "string"
14+
"type": "string",
15+
"maxLength": 2000
1516
},
1617
"surveyTestURL": {
1718
"type": "string"

dynatademand/schemas/request/body/update_project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
"type": "string"
6363
},
6464
"surveyURL": {
65-
"type": "string"
65+
"type": "string",
66+
"maxLength": 2000
6667
},
6768
"surveyTestURL": {
6869
"type": "string"

0 commit comments

Comments
 (0)