fixed
12 August, 2024
10 months 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/color
will no longer be null
- the 201 response property
- GET /projects/{projectId}/phases/{phaseId}
- the 200 response property
color
will no longer be null
- the 200 response property
- POST /projects/{projectId}/phases/
- the request property
color
is still optional, but will now default to a color instead of null - the 201 response property
color
will no longer be null
- the request property
- DELETE /projects/{projectId}/phases/{phaseId}
- the 204 response property
color
will no longer be null
- the 204 response property
- POST /projects/{projectId}/notes/
- the 201 response property
createdBy
may benull
now
- the 201 response property
- PATCH /custom-fields/select/{selectFieldId}
- you can no longer change the the
singleSelect
property
- you can no longer change the the
- PATCH /projects/{id}/project-rates/{rate_id}