Create Section

POST https://api.helpshift.com/v1/{{domain}}/sections

Creates a new section. Translations for the section title are take as inputs.

Request Body

[{"name"=>"translations", "value"=>"{\"en\":\"Tactics and Strategy\"}", "datatype"=>"string"}, {"name"=>"app-id", "value"=>"{{app_id}}", "datatype"=>"string"}]

RESPONSES

status: Created

{"translations":{"en":{"title":"Tactics and Strategy"}},"created_at":1606458235191,"id":"moana_section_20201127062355225-290a4cdf8976284","title":"Tactics and Strategy","faq_ids":[]}