Skip to content

Commit 0727d36

Browse files
committed
Update openapi specs
1 parent 326e085 commit 0727d36

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

services/api-server/openapi.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5695,6 +5695,24 @@
56955695
"default": 0,
56965696
"title": "Offset"
56975697
}
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"
56985716
}
56995717
],
57005718
"responses": {

0 commit comments

Comments
 (0)