Projects API
Last updated
Last updated
POST
https://integrator.dckap.com/api/projects/create
To create a new project and for providing access to given users or to specific groups.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://integrator.dckap.com/api/projects/update/:id
To modify and update the existing project.
POST
https://integrator.dckap.com/workspace/:project_id/api/settings/update
To modify and update the project settings
To enable project activity logs, provide the key activity_logs___activity_logs
with value true
in body parameters and all the other settings can be modified in the same way.
Only Project Owner can modify the project settings. Project Administrators are not allowed to modify/update the project settings through API.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
Bearer {access_token}
project_name
string
Project Name
project_description
string
Project Description
users
array
User Email ID's
groups
array
User Group ID's
id
string
Project ID
Authorization
string
Bearer {access_token}
users
array
User Email ID's
groups
array
User Group ID's
project_name
string
Project Name
project_description
string
Project Description
project_id
string
Project ID
Authorization
string
Bearer {access_token}