Fixed
12 August, 2024
over 1 year ago by Tony Rule
- Fixes for project rates, project phases, project notes & custom fields
- PATCH /projects/{id}/project-rates/{rate_id}
- Only accept positive values for rates
- GET /projects/{projectId}/phases/
- the 201 response property
values/items/colorwill no longer be null
- the 201 response property
- GET /projects/{projectId}/phases/{phaseId}
- the 200 response property
colorwill no longer be null
- the 200 response property
- POST /projects/{projectId}/phases/
- the request property
coloris still optional, but will now default to a color instead of null - the 201 response property
colorwill no longer be null
- the request property
- DELETE /projects/{projectId}/phases/{phaseId}
- the 204 response property
colorwill no longer be null
- the 204 response property
- POST /projects/{projectId}/notes/
- the 201 response property
createdBymay benullnow
- the 201 response property
- PATCH /custom-fields/select/{selectFieldId}
- you can no longer change the the
singleSelectproperty
- you can no longer change the the
- PATCH /projects/{id}/project-rates/{rate_id}
