Fix API breakage project creation (#409)
This commit is contained in:
parent
992de7d66e
commit
d165c081f7
@ -167,6 +167,7 @@ struct ProjectCreateData {
|
||||
/// A list of the categories that the project is in.
|
||||
pub categories: Vec<String>,
|
||||
#[validate(length(max = 256))]
|
||||
#[serde(default = "Vec::new")]
|
||||
/// A list of the categories that the project is in.
|
||||
pub additional_categories: Vec<String>,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user