Update swagger.json

This commit is contained in:
Maksim Eltyshev
2026-02-17 18:31:12 +01:00
committed by GitHub
parent 42f9d6eec1
commit aee7dd3784

View File

@@ -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"
},