POST/projectCategories.json

Creating Project Categories

A new category will be created and attached to your specified project ID.


Body Params

    • Name
      category
      Type
      object

    Request Examples

    Example Request

    POST
    /projectCategories.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }