GET /api/v2/databases/database/schemas/ . schema/notebooks
|
사용 가능한 노트북을 나열합니다. |
POST /api/v2/databases/database/schemas/ . schema/notebooks
|
노트북을 생성합니다. |
GET /api/v2/databases/database/schemas/{ . schema}/notebooks/name
|
노트북을 가져옵니다. |
DELETE /api/v2/databases/database/schemas/ . schema/notebooks/name
|
노트북을 삭제합니다. |
POST /api/v2/databases/database/schemas/ . schema/notebooks/name:execute
|
노트북을 실행합니다. |
POST /api/v2/databases/database/schemas/ . schema/notebooks/name:rename
|
노트북의 이름을 변경합니다. |
POST /api/v2/databases/database/schemas/ . schema/notebooks/name:add-live-version
|
노트북에 라이브 버전을 추가합니다 |
POST /api/v2/databases/database/schemas/{ . schema}/notebooks/name:commit
|
지정된 노트북의 라이브 버전을 Git 리포지토리에 커밋합니다. |