Help Center - Bulk translate categories / sections / articles

1 Comments

  • Greg Katechis
    Zendesk Developer Advocacy

    Hi Francois! Yes, you can pass multiple translations in at one time, provided that you have already enabled those translations in your help center. The documentation for this is located here in the curl example, which I'll also post:

    {
    "category": {
    "position": 2,
    "translations": [
    {
    "locale": "en-us",
    "title": "Super Hero Tricks",
    "body": "This category contains a collection of Super Hero tricks"
    },
    {
    "locale": "fr",
    "title": "Trucs Super Heros",
    "body": "Cette categorie contient une collection de trucs super heros"
    }

    ]

    }
    0

Please sign in to leave a comment.

Powered by Zendesk