Finalize first Python release
This commit is contained in:
+39
-1
@@ -2,7 +2,7 @@
|
||||
"openapi": "3.1.0",
|
||||
"info": {
|
||||
"title": "Home Automation Backend (Python)",
|
||||
"description": "Python rewrite skeleton for the home automation backend. This stage provides only the foundation for future module migration.",
|
||||
"description": "Home automation backend with auth, runtime config, Home Assistant integrations, TickTick integration, and SQLite-backed recorders.",
|
||||
"version": "0.1.0"
|
||||
},
|
||||
"paths": {
|
||||
@@ -324,6 +324,44 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/ticktick/auth/start": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"ticktick"
|
||||
],
|
||||
"summary": "Start Ticktick Auth",
|
||||
"operationId": "start_ticktick_auth_ticktick_auth_start_get",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/ticktick/auth/code": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"ticktick"
|
||||
],
|
||||
"summary": "Handle Ticktick Auth Code",
|
||||
"operationId": "handle_ticktick_auth_code_ticktick_auth_code_get",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
||||
Reference in New Issue
Block a user