-
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
OpenSearch settings resources
Get OpenSearch settings
GET /settings/open-search
Response
{
"short_name": "Starmind search",
"description": "Search for questions",
"tags": [],
"token": "7fcd5fbca7c6cf385d0e5d37db5c4da9b042b8a0",
"contact": "holmes@example.com"
}
Update OpenSearch settings
PUT /settings/open-search
Note:
If a setting key is omitted the setting is ignored. If the value for a setting is set to null
the respective setting is reset to its default value.
Parameter | Type | Default | Description |
---|---|---|---|
short_name |
string |
Starmind search | Contains a brief human-readable title that identifies this search engine. |
description |
string |
Search for questions. | Contains a human-readable text description of the search engine. |
tags |
Array |
[] | Contains a set of single words that are used as keywords to identify and categorize this search content. |
token |
string |
- | Contains the authentication token |
contact |
email |
- | Contains an email address at which the maintainer of the description document can be reached. |
Response
{
"short_name": "Starmind search",
"description": "Search for questions",
"tags": [],
"token": "7fcd5fbca7c6cf385d0e5d37db5c4da9b042b8a0",
"contact": "holmes@example.com"
}