Update a programVersion for given programId and versionId
PUT/api/programData/programVersion/programId/:programId/versionId/:versionId/versionStatusId/:versionStatusId
API used to update a programVersion for given programId and versionId
Request
Responses
- 200
- 403
- 404
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.FORBIDDEN if the User does not have access
Returns a HttpStatus.NOT_FOUND if the programVersion does not exist
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete