@startuml
!include skin.inc

participant "API consumer" as cons
participant "NFV-MANO\nfunctional entity" as prod 

cons -> prod: PATCH .../pm_jobs/{thresholdId} (ThresholdModifications)

group Testing the notification endpoint
	prod -> cons: GET <<Callback URI>> 
	cons -> prod: 204 No Content
end	

prod-->>prod: updates Threshold \n resource
prod -> cons: 200 OK (ThresholdModifications)
@enduml