-
Versions
Concepts
Resources
- Attachment
- Bulk-Export
- Bulk-Import
- Comment
- Countries
- Heartbeat
- Notification
- Question
- Question Follow
- Question Forward
- Question Updates
- Search
- Share content
- Settings
- Solution
- Tag
- User
Network Algorithm settings resources
Get Algorithm settings
GET /settings/algorithm
Response
{
"expert_search_max_experts_per_question": 10,
"expert_search_first_question_multiple": 3.5
}
Update Algorithm settings
PUT /settings/algorithm
Note:
If a parameter is omitted in the request, the setting is ignored and its value remains unchanged. If a parameter is set to null
, the default behaviour for this setting applies.
Parameter | Type | Default | Description |
---|---|---|---|
expert_search_max_experts_per_question |
integer |
10 | Maximum number of experts that are notified when a new question is published. |
expert_search_first_question_multiple |
float |
3 | The maximum number of experts is multiplied by this factor for the first question that is posed by each user. |
Response
{
"expert_search_max_experts_per_question": 10,
"expert_search_first_question_multiple": 3.5
}