diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-07-19 13:18:38 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-07-19 13:18:38 +0200 |
commit | 74290324e58983057e0a6e5ae37eb7e6a1646207 (patch) | |
tree | 16db0d2094edf123f57014693febb53167d9a582 /v3po/postman_rest_collection.json | |
parent | b75e81723fbdd525d765d86e6eb9ca7ce558c6b0 (diff) |
HONEYCOMB-49: fix outstanding issues found in review
Change-Id: Ic3314c8ddf75bda89f5170a503cf589f2ae743ab
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/postman_rest_collection.json')
-rw-r--r-- | v3po/postman_rest_collection.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3po/postman_rest_collection.json b/v3po/postman_rest_collection.json index a97f632c5..3adf19582 100644 --- a/v3po/postman_rest_collection.json +++ b/v3po/postman_rest_collection.json @@ -588,7 +588,7 @@ { "id": "c067f721-6b1c-f205-799d-720b242f8592", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", - "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier/", + "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier-state/", "preRequestScript": "", "pathVariables": {}, "method": "GET", @@ -630,7 +630,7 @@ { "id": "4f11c937-9562-3377-d03b-a9829b25f688", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", - "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier/classify-table/table0", + "url": "http://localhost:8181/restconf/operational/vpp-classifier:vpp-classifier-state/classify-table/table0", "preRequestScript": "", "pathVariables": {}, "method": "GET", |