Skip to content

Commit 3ded73e

Browse files
committed
Update openapi specs
1 parent 6c98b8f commit 3ded73e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

services/api-server/openapi.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5703,16 +5703,15 @@
57035703
"schema": {
57045704
"anyOf": [
57055705
{
5706-
"type": "string"
5706+
"type": "string",
5707+
"pattern": "[0-9a-fA-F]{8}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{4}-?[0-9a-fA-F]{12}"
57075708
},
57085709
{
57095710
"type": "null"
57105711
}
57115712
],
5712-
"description": "Filter by having a function ID in the collection",
57135713
"title": "Has Function Id"
5714-
},
5715-
"description": "Filter by having a function ID in the collection"
5714+
}
57165715
}
57175716
],
57185717
"responses": {

0 commit comments

Comments
 (0)