You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the help center create section call to create a new section for a specific category, using this call:
api.HelpCenter.Sections.CreateSection
However, I get this error:
The remote server returned an error: (404) Not Found.Error content: {"error":"InvalidEndpoint","description":"Not found"}
looking at this source file:
ZendeskApi_v2/Requests/HelpCenter/Sections.cs
It looks like it's trying to use this endpoint:
"help_center/sections.json"
and shows these two endpoints for create section:
POST /api/v2/help_center/categories/{id}/sections.json
POST /api/v2/help_center/{locale}/categories/{id}/sections.json
The text was updated successfully, but these errors were encountered:
I'm trying to use the help center create section call to create a new section for a specific category, using this call:
api.HelpCenter.Sections.CreateSection
However, I get this error:
The remote server returned an error: (404) Not Found.Error content: {"error":"InvalidEndpoint","description":"Not found"}
looking at this source file:
ZendeskApi_v2/Requests/HelpCenter/Sections.cs
It looks like it's trying to use this endpoint:
"help_center/sections.json"
The API documentation for this is here:
https://developer.zendesk.com/rest_api/docs/help_center/sections#create-section
and shows these two endpoints for create section:
POST /api/v2/help_center/categories/{id}/sections.json
POST /api/v2/help_center/{locale}/categories/{id}/sections.json
The text was updated successfully, but these errors were encountered: