@startuml
!include skin.inc

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

cons -> prod: PATCH .../pm_jobs/{pmJobId} (PmJobModifications)

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


prod-->>prod: updates PM job \n resource
prod -> cons: 200 OK (PmJobModifications)
@enduml