Skip to content

Commit f78cdd1

Browse files
committed
chore: update OpenAPI specs
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent 0aa6aa8 commit f78cdd1

2 files changed

Lines changed: 30 additions & 10 deletions

File tree

apps/user_ldap/openapi.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@
196196
"description": "ID of the config",
197197
"required": true,
198198
"schema": {
199-
"type": "string"
199+
"type": "string",
200+
"pattern": "^.*$",
201+
"default": ""
200202
}
201203
},
202204
{
@@ -369,7 +371,9 @@
369371
"description": "ID of the config",
370372
"required": true,
371373
"schema": {
372-
"type": "string"
374+
"type": "string",
375+
"pattern": "^.*$",
376+
"default": ""
373377
}
374378
},
375379
{
@@ -553,7 +557,9 @@
553557
"description": "ID of the config",
554558
"required": true,
555559
"schema": {
556-
"type": "string"
560+
"type": "string",
561+
"pattern": "^.*$",
562+
"default": ""
557563
}
558564
},
559565
{
@@ -720,7 +726,9 @@
720726
"description": "ID of the LDAP config",
721727
"required": true,
722728
"schema": {
723-
"type": "string"
729+
"type": "string",
730+
"pattern": "^.*$",
731+
"default": ""
724732
}
725733
},
726734
{
@@ -887,7 +895,9 @@
887895
"description": "ID of the LDAP config",
888896
"required": true,
889897
"schema": {
890-
"type": "string"
898+
"type": "string",
899+
"pattern": "^.*$",
900+
"default": ""
891901
}
892902
},
893903
{

openapi.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36322,7 +36322,9 @@
3632236322
"description": "ID of the config",
3632336323
"required": true,
3632436324
"schema": {
36325-
"type": "string"
36325+
"type": "string",
36326+
"pattern": "^.*$",
36327+
"default": ""
3632636328
}
3632736329
},
3632836330
{
@@ -36495,7 +36497,9 @@
3649536497
"description": "ID of the config",
3649636498
"required": true,
3649736499
"schema": {
36498-
"type": "string"
36500+
"type": "string",
36501+
"pattern": "^.*$",
36502+
"default": ""
3649936503
}
3650036504
},
3650136505
{
@@ -36679,7 +36683,9 @@
3667936683
"description": "ID of the config",
3668036684
"required": true,
3668136685
"schema": {
36682-
"type": "string"
36686+
"type": "string",
36687+
"pattern": "^.*$",
36688+
"default": ""
3668336689
}
3668436690
},
3668536691
{
@@ -36846,7 +36852,9 @@
3684636852
"description": "ID of the LDAP config",
3684736853
"required": true,
3684836854
"schema": {
36849-
"type": "string"
36855+
"type": "string",
36856+
"pattern": "^.*$",
36857+
"default": ""
3685036858
}
3685136859
},
3685236860
{
@@ -37013,7 +37021,9 @@
3701337021
"description": "ID of the LDAP config",
3701437022
"required": true,
3701537023
"schema": {
37016-
"type": "string"
37024+
"type": "string",
37025+
"pattern": "^.*$",
37026+
"default": ""
3701737027
}
3701837028
},
3701937029
{

0 commit comments

Comments
 (0)