Migrate poo recorder and align Alembic naming
This commit is contained in:
@@ -85,6 +85,44 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/poo/record": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"poo"
|
||||
],
|
||||
"summary": "Create Poo Record",
|
||||
"operationId": "create_poo_record_poo_record_post",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/poo/latest": {
|
||||
"get": {
|
||||
"tags": [
|
||||
"poo"
|
||||
],
|
||||
"summary": "Notify Latest Poo",
|
||||
"operationId": "notify_latest_poo_poo_latest_get",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Successful Response",
|
||||
"content": {
|
||||
"application/json": {
|
||||
"schema": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"components": {
|
||||
|
||||
@@ -55,6 +55,30 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
/poo/record:
|
||||
post:
|
||||
tags:
|
||||
- poo
|
||||
summary: Create Poo Record
|
||||
operationId: create_poo_record_poo_record_post
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
/poo/latest:
|
||||
get:
|
||||
tags:
|
||||
- poo
|
||||
summary: Notify Latest Poo
|
||||
operationId: notify_latest_poo_poo_latest_get
|
||||
responses:
|
||||
'200':
|
||||
description: Successful Response
|
||||
content:
|
||||
application/json:
|
||||
schema: {}
|
||||
components:
|
||||
schemas:
|
||||
StatusResponse:
|
||||
|
||||
Reference in New Issue
Block a user