diff --git a/spec/diagrams/100_provideControlConstruct.plantuml b/spec/diagrams/100_provideControlConstruct.plantuml index c8c4802..31db184 100644 --- a/spec/diagrams/100_provideControlConstruct.plantuml +++ b/spec/diagrams/100_provideControlConstruct.plantuml @@ -13,10 +13,10 @@ all resource path might include a ?fields= filter to retrieve just specific components of the addressed class end note -requestor -> MdipResourcePath: {mount-name} (BasicAuth) +requestor -> MdipResourcePath: {mountName} (BasicAuth) activate MdipResourcePath -MdipResourcePath -> MwdiResourcePath : {mount-name} (apiKeyAuth) +MdipResourcePath -> MwdiResourcePath : {mountName} (apiKeyAuth) MwdiResourcePath --> MdipResourcePath MdipResourcePath --> requestor diff --git a/spec/diagrams/100_provideControlConstruct.png b/spec/diagrams/100_provideControlConstruct.png index aff4d82..4219a0a 100644 Binary files a/spec/diagrams/100_provideControlConstruct.png and b/spec/diagrams/100_provideControlConstruct.png differ