Constructor
# new ProjectTemplateProjectStatuses(client, projectTemplateId)
Endpoint constructor
Parameters:
Name | Type | Description |
---|---|---|
client |
Client
|
|
projectTemplateId |
String
|
The id of the project. |
- See:
-
- [ProjectStatuses in Awork API Docs](https://openapi.awork.com/#/ProjectStatuses)
View Source endpoints/ProjectTemplateProjectStatuses.js, line 8
Classes
Methods
# async create(projectStatus) → {Promise.<ProjectStatus>}
Creates a new project status for a project.
Parameters:
Name | Type | Description |
---|---|---|
projectStatus |
ProjectStatusCreateModel
|
The object to create a project status with. |
Promise.<ProjectStatus>