Unverified Commit eee54c2e authored by Kumar Gauraw's avatar Kumar Gauraw Committed by GitHub
Browse files

DP-1337 fix: updated import api config (#2033)

* Issue #SB-21063 feat: added config for category keyspace

* Issue #DP-1337 fix: updated import api config
Showing with 3 additions and 7 deletions
+3 -7
......@@ -495,16 +495,12 @@ dial_service {
content.link_dialcode.validation=true
content.link_dialcode.max_limit=10
# Content Import API Config
content.import.request_size_limit=300
content.import.required_props=["name","code","mimeType","contentType","artifactUrl","framework"]
content.import.topic_name="{{ env_name }}.auto.creation.job.request"
# Content Import API Config
content.import.request_size_limit=1000
content.import.required_props=["name","code","mimeType","contentType","artifactUrl","framework"]
content.import.request_size_limit=300
content.import.required_props=["name","code","mimeType","primaryCategory","artifactUrl","framework"]
content.import.topic_name="{{ env_name }}.auto.creation.job.request"
content.import.remove_props=["downloadUrl","variants","previewUrl","streamingUrl","itemSets","level1Name","level1Concept","level2Name","level2Concept","level3Name","level3Concept","me_totalPlaySessionCount","me_totalTimeSpentInSec","me_totalSessionsCount","me_totalTimespent","me_totalInteractions","me_creationSessions","me_creationTimespent","me_averageInteractionsPerMin","me_averageSessionsPerDevice","me_totalDevices","me_averageTimespentPerSession","me_averageRating","me_totalDownloads","me_totalSideloads","me_totalRatings","me_totalComments","me_totalDialcode","me_totalDialcodeLinkedToContent","me_totalDialcodeAttached","me_hierarchyLevel","origin","originData"]
content.import.remove_props=["downloadUrl","variants","previewUrl","streamingUrl","itemSets","level1Name","level1Concept","level2Name","level2Concept","level3Name","level3Concept","me_totalPlaySessionCount","me_totalTimeSpentInSec","me_totalSessionsCount","me_totalTimespent","me_totalInteractions","me_creationSessions","me_creationTimespent","me_averageInteractionsPerMin","me_averageSessionsPerDevice","me_totalDevices","me_averageTimespentPerSession","me_averageRating","me_totalDownloads","me_totalSideloads","me_totalRatings","me_totalComments","me_totalDialcode","me_totalDialcodeLinkedToContent","me_totalDialcodeAttached","me_hierarchyLevel","origin","originData","questions"]
contentTypeToPrimaryCategory {
ClassroomTeachingVideo: "Explanation Content"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment