docs(api): improve app endpoint deprecation description

This commit is contained in:
peaklabs-dev
2026-01-16 18:24:12 +01:00
parent 0a30e273c7
commit b02e64beda
3 changed files with 6 additions and 6 deletions

View File

@@ -2082,8 +2082,8 @@
"tags": [
"Applications"
],
"summary": "Create (Docker Compose) (Deprecated)",
"description": "Create new application based on a docker-compose file (without git).",
"summary": "Create (Docker Compose)",
"description": "Deprecated: Use POST \/api\/v1\/services instead.",
"operationId": "create-dockercompose-application",
"requestBody": {
"description": "Application object that needs to be created.",