mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Update swagger.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"openapi": "3.0.0",
|
||||
"info": {
|
||||
"version": "2.0.0",
|
||||
"version": "2.0.1",
|
||||
"title": "PLANKA API",
|
||||
"description": "API documentation for PLANKA - Real-Time Collaborative Kanban Board Application",
|
||||
"license": {
|
||||
@@ -4290,6 +4290,17 @@
|
||||
"description": "URL to the customer management panel (conditionally added for admins if configured)",
|
||||
"example": "https://panel.example.com"
|
||||
},
|
||||
"termsLanguages": {
|
||||
"type": "array",
|
||||
"description": "List of available language codes for terms localization",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"example": [
|
||||
"de-DE",
|
||||
"en-US"
|
||||
]
|
||||
},
|
||||
"version": {
|
||||
"type": "string",
|
||||
"description": "Current version of the PLANKA application",
|
||||
@@ -9605,10 +9616,6 @@
|
||||
"description": "Language code for terms localization",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"de-DE",
|
||||
"en-US"
|
||||
],
|
||||
"example": "en-US"
|
||||
}
|
||||
}
|
||||
@@ -9635,10 +9642,6 @@
|
||||
"properties": {
|
||||
"language": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"de-DE",
|
||||
"en-US"
|
||||
],
|
||||
"description": "Language code used",
|
||||
"example": "en-US"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user