We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c98b8f commit 3ded73eCopy full SHA for 3ded73e
services/api-server/openapi.json
@@ -5703,16 +5703,15 @@
5703
"schema": {
5704
"anyOf": [
5705
{
5706
- "type": "string"
+ "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}"
5708
},
5709
5710
"type": "null"
5711
}
5712
],
- "description": "Filter by having a function ID in the collection",
5713
"title": "Has Function Id"
5714
- },
5715
- "description": "Filter by having a function ID in the collection"
+ }
5716
5717
5718
"responses": {
0 commit comments