Add endpoints for tags
This commit is contained in:
parent
c8f40284ef
commit
8d996888bd
10 changed files with 141 additions and 18 deletions
emgauwa-core/src/handlers/v1
|
@ -13,7 +13,6 @@ use crate::handlers::errors::ApiError;
|
|||
pub struct RequestSchedule {
|
||||
name: String,
|
||||
periods: DbPeriods,
|
||||
#[serde(default)] // empty tags are allowed
|
||||
tags: Vec<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue