Commit 87556964 authored by Jayaprakash n's avatar Jayaprakash n
Browse files

Issue #SB-28316 feat: Dialcode reserve API code refactor.

Showing with 7 additions and 1 deletion
+7 -1
......@@ -501,9 +501,15 @@ dial_service {
base_url : "http://dial-service.{{namespace}}.svc.cluster.local:9000"
auth_key : "{{ sunbird_dial_repo_api_key }}"
search : "/dialcode/v3/search"
generate_url : "/dialcode/v3/generate"
generate : "/dialcode/v3/generate"
}
}
reserve_dialcode {
mimeType : ["application/vnd.ekstep.content-collection"]
max_count : 250
}
content.link_dialcode.validation=true
content.link_dialcode.max_limit=10
......
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