Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No API documentation on how to create translations #131

Open
brianzaubar opened this issue Jan 22, 2025 · 1 comment
Open

No API documentation on how to create translations #131

brianzaubar opened this issue Jan 22, 2025 · 1 comment
Assignees
Labels

Comments

@brianzaubar
Copy link

I could not find anywhere in the docs on how to create translations for a new collection entry. Thanks to checking the network tab in my browser I found the correct format:

{
  "translations":{
    "create":[
      {
        "languages_code":{
          "code":"en-US"
        },
       "verbatim_text":"This is a test"
      },
      {
       "languages_code":{
           "code":"de-DE"
        },
        "verbatim_text":"Das ist ein Test"
      }
    ],
    "delete":[],
    "update":[]
  }
}

It would be generally great if the according pages like this one always directly link to the API documentation.

Copy link

linear bot commented Jan 22, 2025

@phazonoverload phazonoverload added the Docs label Jan 27, 2025 — with Linear
@hola-soy-milk hola-soy-milk self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants