{ "opencollection": "1.0.0", "info": { "name": "Helpcenter Permalink API", "version": "1.0.0" }, "items": [ { "info": { "name": "Permalink", "type": "folder" }, "items": [ { "info": { "name": "Check Permalink Availability", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/communityTopics/permalink/availability", "params": [ { "name": "permalink", "value": "", "type": "query", "description": "Permalink for which the availablilty need to be checked" } ] }, "docs": "API to check whether the given permalink is available" }, { "info": { "name": "Get Topic Permalinks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/communityTopics/:topicId/permalinks", "params": [ { "name": "topicId", "value": "", "type": "path" } ] }, "docs": "API to get all permalinks of a topic" }, { "info": { "name": "Update Topic Permalinks", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/v1/communityTopics/:topicId/permalinks", "params": [ { "name": "topicId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "API to update all permalinks of a topic" } ] } ], "bundled": true }