diff options
author | Steve Smokowski <ss835w@att.com> | 2019-06-26 12:59:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-26 12:59:36 +0000 |
commit | 532a24c8c574d8a8b0041bfe7112264babd9e9fc (patch) | |
tree | 60cdbe992e76e2c68d57f8dbf8de813262518727 /mso-api-handlers/mso-api-handler-infra | |
parent | 1535fc611980495b8c3ac9810fd50008bc66afb7 (diff) | |
parent | e27f40a31b64d1481166ecc162052800d6ffbd14 (diff) |
Merge "Updated path to match AID for resume requests"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ResumeOrchestrationRequest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ResumeOrchestrationRequest.java b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ResumeOrchestrationRequest.java index 32d2c50978..d82fd38e9f 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ResumeOrchestrationRequest.java +++ b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ResumeOrchestrationRequest.java @@ -80,7 +80,7 @@ public class ResumeOrchestrationRequest { private MsoRequest msoRequest; @POST - @Path("/{version:[vV][7]}/requests/{requestId}/resume") + @Path("/{version:[vV][7]}/{requestId}/resume") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) @ApiOperation(value = "Resume request for a given requestId", response = Response.class) |