This endpoint will update the custom title of a change request
PUT/api/admin/projects/:projectId/change-requests/:id/title
Change requests get a default title e.g. Change Request #1. This endpoint allows to make the title more meaningful and describe the intent behind the Change Request
Request
Path Parameters
projectId stringrequired
id stringrequired
Responses
- 204
This response has no body.
Loading...