diff options
author | 2022-05-31 09:37:33 +0100 | |
---|---|---|
committer | 2022-05-31 11:42:52 +0100 | |
commit | a26443597d3c617dda67228cbecd77808a04a18d (patch) | |
tree | e6eab4d2da21b331a2ee1d26fa394e609acd2970 /mso-api-handlers/mso-api-handler-infra/src/main | |
parent | ac1dbd50fb13a05f17c417c374fbdddfee4dfa4e (diff) |
[SO] Implementing CNFM API flyway corrections
Change-Id: I834c95875816876822db99d700009b5aa4968584
Signed-off-by: SagarS <sagar.shetty@est.tech>
Issue-ID: SO-3905
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/main')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ServiceInstances.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/ServiceInstances.java b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ServiceInstances.java index 7e9231b5df..9bd533c753 100644 --- a/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ServiceInstances.java +++ b/mso-api-handlers/mso-api-handler-infra/src/main/java/org/onap/so/apihandlerinfra/ServiceInstances.java @@ -381,7 +381,7 @@ public class ServiceInstances extends AbstractRestHandler { } @POST - @Path("/{version:[vV][1]}/serviceInstances/{serviceInstanceId}/cnfs") + @Path("/{version:[vV][7]}/serviceInstances/{serviceInstanceId}/cnfs") @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) @Operation(description = "Create CNF on a specified version and serviceInstance", responses = @ApiResponse( |