Configuration
Add/modify a project
post/company/projects
Request body
Example request
{
"tagId": 1,
"name": "Marketing",
"enabled": false,
"color": 4286963618
}Response
OK
Example response
{
"data": [
{
"tagId": 1,
"name": "Marketing",
"enabled": false,
"color": 4286963618
}
]
}