-
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 RSS settings resources
Get RSS settings
GET /settings/rss
Response
{
"rss_feed_token": "7b8f98413b78fc688b7d54529d74e3ee55bf29bc"
}
Update RSS settings
PUT /settings/rss
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 |
---|---|---|---|
rss_feed_token |
string |
- | Token required as last part of the URL to read the RSS feed. |
Response
{
"rss_feed_token": "7b8f98413b78fc688b7d54529d74e3ee55bf29bc"
}