diff options
Diffstat (limited to 'docs/pap/swagger/policy-undeploy-pap.json')
-rw-r--r-- | docs/pap/swagger/policy-undeploy-pap.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/pap/swagger/policy-undeploy-pap.json b/docs/pap/swagger/policy-undeploy-pap.json index 7ba66141..de793668 100644 --- a/docs/pap/swagger/policy-undeploy-pap.json +++ b/docs/pap/swagger/policy-undeploy-pap.json @@ -30,8 +30,8 @@ "type" : "string" } ], "responses" : { - "200" : { - "description" : "successful operation", + "202" : { + "description" : "operation accepted", "headers" : { "X-MinorVersion" : { "type" : "string", @@ -102,8 +102,8 @@ "type" : "string" } ], "responses" : { - "200" : { - "description" : "successful operation", + "202" : { + "description" : "operation accepted", "headers" : { "X-MinorVersion" : { "type" : "string", |