feat(help-center): align article payloads
This commit is contained in:
@@ -82,6 +82,7 @@ DELETE /api/v1/accounts/:account_id/platform_apps/:platform_app_id
|
||||
DELETE /api/v1/accounts/:account_id/platform_apps/:platform_app_id/permissibles/:permissible_id
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id/articles/:article_id
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_actions/delete_articles
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id/categories/:category_id
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id/folders/:folder_id
|
||||
DELETE /api/v1/accounts/:account_id/portals/:portal_id/logo
|
||||
@@ -301,6 +302,7 @@ GET /api/v1/accounts/:account_id/platform_apps/search
|
||||
GET /api/v1/accounts/:account_id/portals
|
||||
GET /api/v1/accounts/:account_id/portals/
|
||||
GET /api/v1/accounts/:account_id/portals/:portal_id
|
||||
GET /api/v1/accounts/:account_id/portals/:portal_id/articles
|
||||
GET /api/v1/accounts/:account_id/portals/:portal_id/articles/
|
||||
GET /api/v1/accounts/:account_id/portals/:portal_id/articles/:article_id
|
||||
GET /api/v1/accounts/:account_id/portals/:portal_id/articles/:article_id/edit
|
||||
@@ -486,6 +488,9 @@ PATCH /api/v1/accounts/:account_id/notification_settings/
|
||||
PATCH /api/v1/accounts/:account_id/notifications/:notification_id
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id/archive
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id/articles/:article_id
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_actions/update_category
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_actions/update_status
|
||||
PATCH /api/v1/accounts/:account_id/portals/:portal_id/categories/:category_id
|
||||
PATCH /api/v1/accounts/:account_id/teams/:team_id/team_members/
|
||||
PATCH /api/v1/widget/contact
|
||||
@@ -659,8 +664,10 @@ POST /api/v1/accounts/:account_id/platform_apps/:platform_app_id/regenerate_acce
|
||||
POST /api/v1/accounts/:account_id/portals
|
||||
POST /api/v1/accounts/:account_id/portals/
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/archive
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_actions
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_actions/translate
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_delete
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/bulk_update_status
|
||||
POST /api/v1/accounts/:account_id/portals/:portal_id/articles/reorder
|
||||
@@ -851,4 +858,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: 853
|
||||
TOTAL: 860
|
||||
|
||||
Reference in New Issue
Block a user