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 326e085 commit 0727d36Copy full SHA for 0727d36
services/api-server/openapi.json
@@ -5695,6 +5695,24 @@
5695
"default": 0,
5696
"title": "Offset"
5697
}
5698
+ },
5699
+ {
5700
+ "name": "has_function_id",
5701
+ "in": "query",
5702
+ "required": false,
5703
+ "schema": {
5704
+ "anyOf": [
5705
5706
+ "type": "string"
5707
5708
5709
+ "type": "null"
5710
+ }
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