feat(help-center): expose public sitemap
This commit is contained in:
@@ -425,6 +425,7 @@ GET /hc/:slug/:locale/categories/:category_slug/articles
|
||||
GET /hc/:slug/:locale/categories/:category_slug/articles.json
|
||||
GET /hc/:slug/:locale/search
|
||||
GET /hc/:slug/articles/:article_slug
|
||||
GET /hc/:slug/sitemap.xml
|
||||
GET /health
|
||||
GET /platform/api/v1/accounts
|
||||
GET /platform/api/v1/accounts/:account_id
|
||||
@@ -878,4 +879,4 @@ PUT /public/api/v1/csat_survey/:id
|
||||
PUT /public/api/v1/inboxes/:inbox_id/contacts/:contact_id
|
||||
PUT /public/api/v1/inboxes/:inbox_id/contacts/:contact_id/conversations/:conversation_id/messages/:message_id
|
||||
PUT /widget/direct_uploads/:upload_uuid
|
||||
TOTAL: 880
|
||||
TOTAL: 881
|
||||
|
||||
@@ -7,7 +7,7 @@ Generated from:
|
||||
|
||||
This report covers tracked frontend-critical Chatwoot routes from `reference/chatwoot/config/routes.rb`, including API v1 account routes, Captain/Copilot, assignment policies, widget/public APIs, and API v2 reports. Ruby is not installed in the workspace, so Chatwoot routes are sourced from static route declarations instead of `bin/rails routes`.
|
||||
|
||||
Summary: 332 exact, 0 method-compatible, 9 parameter-compatible, 0 missing out of 341 tracked critical routes.
|
||||
Summary: 333 exact, 0 method-compatible, 9 parameter-compatible, 0 missing out of 342 tracked critical routes.
|
||||
|
||||
## Missing Critical Routes
|
||||
|
||||
@@ -220,6 +220,7 @@ These routes exist with equivalent method and path shape but different parameter
|
||||
| GET | `/hc/:slug/:locale/categories/:category_slug/articles.json` | `/hc/:slug/:locale/categories/:category_slug/articles.json` | `public/api/v1/portals/articles#index` | `routes.rb:597` | exact |
|
||||
| GET | `/hc/:slug/:locale/search` | `/hc/:slug/:locale/search` | `public/api/v1/portals/search#index` | `routes.rb:593` | exact |
|
||||
| GET | `/hc/:slug/articles/:article_slug` | `/hc/:slug/articles/:article_slug` | `public/api/v1/portals/articles#show` | `routes.rb:601` | exact |
|
||||
| GET | `/hc/:slug/sitemap.xml` | `/hc/:slug/sitemap.xml` | `public/api/v1/portals#sitemap` | `routes.rb:591` | exact |
|
||||
| GET | `/public/api/v1/csat_survey/:id` | `/public/api/v1/csat_survey/:id` | `public/api/v1/csat_survey#show` | `routes.rb:585` | exact |
|
||||
| GET | `/public/api/v1/inboxes/:inbox_id/contacts/:contact_id` | `/public/api/v1/inboxes/:inbox_id/contacts/:contact_id` | `public/api/v1/inboxes/contacts#show` | `routes.rb:572` | exact |
|
||||
| GET | `/public/api/v1/inboxes/:inbox_id/contacts/:contact_id/conversations` | `/public/api/v1/inboxes/:inbox_id/contacts/:contact_id/conversations` | `public/api/v1/inboxes/conversations#index` | `routes.rb:573` | exact |
|
||||
|
||||
Reference in New Issue
Block a user