We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68f4c1 commit 21f1614Copy full SHA for 21f1614
1 file changed
docs/features/api/openapi.json
@@ -10494,6 +10494,20 @@
10494
"type": "integer",
10495
"title": "Notebook Id"
10496
}
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
+ }
10511
10512
],
10513
"responses": {
0 commit comments