PUT/notebookCategories/{id}.json

Updating a Notebook Category

Using the integer ID given, it will update an already existing category.

Please note:

The 'parent-id' field is optional here. If you pass in a parent id for a category, you will be creating a sub category. If you don't include this parameter, you will be not be creating a sub category.

** Be careful here - if you pass in the category id you are currently updating as a parent id you will remove this category from view. As you are making it a parent of itself.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      category
      Type
      object

    Responses

    • Code
      200
      Type
      object
      Schema
      Description
      200 Response

    Examples

    200 Response

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