patch https://api.capmo.de/api/v1/projects//tickets/
This can be used to update a specific project ticket by its ID.
Responses
This can be used to update a specific project ticket by its ID.
xxxxxxxxxx
curl --request PATCH \
--url https://api.capmo.de/api/v1/projects/projectId/tickets/ticketId \
--header 'Request-Id: YOUR_REQUEST_ID' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: