PUT/notebooks/{id}/unlock.json

Unlock a Single Notebook

Unlocks a locked notebook so it can be edited again.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

application/json
{
  "STATUS": "OK"
}