PUT/notebooks/{id}/lock.json

Lock a Single Notebook for Editing

Locks the notebook and all versions for editing.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Request Examples

Example Request

PUT
/notebooks/{id}/lock.json
curl --request GET \
     --url https://{site_name}.teamwork.com/stats.json

Responses

  • Code
    200
    Type
    object
    Schema
    Description
    200 Response

Examples

200 Response

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