POST/projects/{id}/linkCategories.json
Creating Link Categories
A new category will be created and attached to your specified project ID.
Notes
- If category-id is non-numeric, 0, -1 or not specified, and category-name is specified, then a new category will be created with the specified name, and then associated with the link.
- A category must not exist already with the specified name or else it will fail to create both the link and the category.
- Otherwise, category-id should be used if you want to associate a link with an existing category.
- category-id of 0 normally means 'No Category' unless category-name is specified.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}