fixed(api): documentation

This commit is contained in:
2026-04-20 13:20:42 -04:00
parent 4197441c01
commit af9d59d3ee
2 changed files with 5 additions and 1 deletions

View File

@@ -26,7 +26,8 @@ router = APIRouter()
403: {"description": "Insufficient permissions"},
409: {"description": "Configuration conflict (e.g. invalid IP allocation or network mismatch)"},
422: {"description": "Invalid INI config or schema validation error"},
500: {"description": "Deployment failed"}
500: {"description": "Deployment failed"},
502: {"description": "Partial swarm deploy failure — one or more worker hosts returned an error"},
}
)
@_traced("api.deploy_deckies")