/
/Squidex API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
Apps35
  • getGet the app asset scripts.
  • putUpdate the asset scripts.
  • getGet app clients.
  • postCreate a new app client.
  • putUpdates an app client.
  • deleteRevoke an app client.
  • getGet app contributors.
  • postAssign contributor to app.
  • deleteRemove yourself.
  • deleteRemove contributor.
  • getGet the app image.
  • postUpload the app image.
  • deleteRemove the app image.
  • getGet app languages.
  • postAdd an app language.
  • putUpdates an app language.
  • deleteDeletes an app language.
  • getGet app roles.
  • postAdd role to app.
  • getGet app permissions.
  • putUpdate an app role.
  • deleteRemove role from app.
  • getGet your apps.
  • postCreate a new app.
  • getGet team apps.
  • getGet an app by name.
  • putUpdate the app.
  • deleteDelete the app.
  • putTransfer the app.
  • getGet the app settings.
  • putUpdate the settings.
  • getGet app workflow.
  • postCreate a workflow.
  • putUpdate a workflow.
  • deleteDelete a workflow.
Assets19
Backups7
Contents26
Diagnostics2
EventConsumers4
History2
Jobs3
Languages1
News1
Ping3
Plans4
Rules19
Schemas34
Search1
Statistics7
Teams11
Templates2
Translations1
UserManagement7
Users5
    Apps

    Add an app language.

    post/api/apps/{app}/languages

    Path parameters

    appstring required

    The name of the app.

    Request body

    languagestring required

    The language to add.

    Response

    Language created.

    _linksobject required

    The links.

    Changes