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-deploy-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-deploy-pap.json')
-rw-r--r-- | docs/pap/swagger/policy-deploy-pap.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pap/swagger/policy-deploy-pap.json b/docs/pap/swagger/policy-deploy-pap.json index 0fc1a9e7..d003af85 100644 --- a/docs/pap/swagger/policy-deploy-pap.json +++ b/docs/pap/swagger/policy-deploy-pap.json @@ -32,8 +32,8 @@ } } ], "responses" : { - "200" : { - "description" : "successful operation", + "202" : { + "description" : "operation accepted", "headers" : { "X-MinorVersion" : { "type" : "string", |