feat: just getting better and better
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user