diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-19 17:29:40 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-02-19 17:29:46 +0000 |
commit | e756dc976ccf36bb7b17e13e573fd3e5c9dacab1 (patch) | |
tree | 7e58690c6de643f2bf6ba36014d822440b5570fe /docs/pap/swagger/policy-undeploy-pap.json | |
parent | c13c83c9bd4fc386d05856f0b25a8f3fc1db22c3 (diff) |
Doc updates for PAP Deployment API changes
Change-Id: I23b8778c599a0fd3cc659f677018d866a68a2489
Issue-ID: POLICY-2526
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
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", |