REST API - Get diagram for a process instance

The description of the success response body for the endpoint:

GET runtime/process-instances/{processInstanceId}/diagram

Is not correct:

{
   "id":"7",
   "url":"http://localhost:8182/runtime/process-instances/7",
   "businessKey":"myBusinessKey",
   "suspended":false,
   "processDefinitionUrl":"http://localhost:8182/repository/process-definitions/processOne%3A1%3A4",
   "activityId":"processTask"
}

It actually returns a process diagram (blob):

92045835-dc15a380-edc4-11ea-85d0-4572c56f6888

You are right @Robinyo.

This is in this place in the source code. Would you like to provide a PR with the improved text?

Cheers,
Filip

Hey @filiphr

See, pull request #2566