Update a project plan subtask
PATCH/api/project-plan-subtasks/{id}
Required permissions:
- project_plan.edit: allows the update of project plan subtasks.
Custom fields
Set single-option custom fields using dynamic fields named like custom_field_55 where 55 is the ID of
the custom field; the value is the ID of the option to select, or null to clear it. Omitting the field leaves
its value unchanged. Only single-option custom fields are supported.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Returns the project plan subtask updated.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed