diff options
author | Sourabh Sourabh <sourabh.sourabh@est.tech> | 2024-09-17 09:16:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-09-17 09:16:08 +0000 |
commit | 03d2e8607ecfa0502ea93335243c56752ee66f92 (patch) | |
tree | f98efaac373d9cbf0e4b4e97bb4aed24ed70571e /docs | |
parent | 3cf653576440e233d195e2e54851aec833ee9922 (diff) | |
parent | 6191d41c8d8ee20f0388172faf57e2bf8bbf8862 (diff) |
Merge "Policy Executor API: Add Prefix in Yaml"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/swagger/policy-executor/openapi.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/api/swagger/policy-executor/openapi.yaml b/docs/api/swagger/policy-executor/openapi.yaml index f80b998369..6b73d98ed6 100644 --- a/docs/api/swagger/policy-executor/openapi.yaml +++ b/docs/api/swagger/policy-executor/openapi.yaml @@ -21,13 +21,11 @@ info: title: Policy Executor description: "Allows NCMP to execute a policy defined by a third party implementation before proceeding with a CM operation" version: 1.0.0 -servers: - - url: /policy-executor/api tags: - name: policy-executor description: "Execute all your policies" paths: - /v1/{action}: + /policy-executor/api/v1/{action}: post: description: "Fire a Policy action" operationId: executePolicyAction |