feat: just getting better and better
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-05-04 21:34:38 -04:00
parent 664eb07201
commit b7379cf823
45 changed files with 1411 additions and 11114 deletions

View File

@@ -7,7 +7,7 @@
},
"servers": [
{
"url": "http://localhost:5080"
"url": "http://localhost:5081"
}
],
"paths": {
@@ -2961,9 +2961,6 @@
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"logoUrl": {
"type": "string",
"nullable": true
@@ -3036,7 +3033,6 @@
"required": [
"organizationId",
"name",
"slug",
"timeZone"
],
"properties": {
@@ -3052,13 +3048,6 @@
"minLength": 0,
"nullable": false
},
"slug": {
"type": "string",
"maxLength": 128,
"minLength": 0,
"pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
"nullable": false
},
"timeZone": {
"type": "string",
"maxLength": 128,
@@ -5062,4 +5051,4 @@
}
}
}
}
}