Skip to content

Commit 21f1614

Browse files
committed
chg: update openapi spec
1 parent c68f4c1 commit 21f1614

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/features/api/openapi.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10494,6 +10494,20 @@
1049410494
"type": "integer",
1049510495
"title": "Notebook Id"
1049610496
}
10497+
},
10498+
{
10499+
"name": "visibility",
10500+
"in": "query",
10501+
"required": false,
10502+
"schema": {
10503+
"enum": [
10504+
"personal",
10505+
"global"
10506+
],
10507+
"type": "string",
10508+
"default": "personal",
10509+
"title": "Visibility"
10510+
}
1049710511
}
1049810512
],
1049910513
"responses": {

0 commit comments

Comments
 (0)