/
SQ
squidex
/
Squidex API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 12h ago · Updated 2d ago
View markdown
squidex
Squidex API
post
Add an app language.
v1
latest
OpenAPI 3.0.0
2026-08-06
194
226
589.8 KB
Apps
35
get
Get the app asset scripts.
put
Update the asset scripts.
get
Get app clients.
post
Create a new app client.
put
Updates an app client.
delete
Revoke an app client.
get
Get app contributors.
post
Assign contributor to app.
delete
Remove yourself.
delete
Remove contributor.
get
Get the app image.
post
Upload the app image.
delete
Remove the app image.
get
Get app languages.
post
Add an app language.
put
Updates an app language.
delete
Deletes an app language.
get
Get app roles.
post
Add role to app.
get
Get app permissions.
put
Update an app role.
delete
Remove role from app.
get
Get your apps.
post
Create a new app.
get
Get team apps.
get
Get an app by name.
put
Update the app.
delete
Delete the app.
put
Transfer the app.
get
Get the app settings.
put
Update the settings.
get
Get app workflow.
post
Create a workflow.
put
Update a workflow.
delete
Delete a workflow.
Assets
19
Backups
7
Contents
26
Diagnostics
2
EventConsumers
4
History
2
Jobs
3
Languages
1
News
1
Ping
3
Plans
4
Rules
19
Schemas
34
Search
1
Statistics
7
Teams
11
Templates
2
Translations
1
UserManagement
7
Users
5
Apps
Add an app language.
post
/api/apps/{app}/languages
Path parameters
app
string
required
The name of the app.
Request body
AddLanguageDto
required
language
string
required
The language to add.
Response
Language created.
AppLanguagesDto
required
_links
object
required
The links.
items
AppLanguageDto[]
required
The languages.