X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Fuser-guide.rst;h=08b72b9e90414ae47c7d7dc11c8fc75237794f68;hb=d244ccfd82db66b8c4a103775235b4c527a634e5;hp=f07adb75b3cdb4b5a438300963481b5e5f439e76;hpb=999e0169224994504cfc04bec948dbcf5087430b;p=ric-plt%2Fsubmgr.git diff --git a/docs/user-guide.rst b/docs/user-guide.rst index f07adb7..08b72b9 100755 --- a/docs/user-guide.rst +++ b/docs/user-guide.rst @@ -545,9 +545,9 @@ REST interface for debugging and testing .. code-block:: none - Syntax: curl -X DELETE "http://10.244.0.181:8088/ric/v1/subscriptions/{restSubId}" -H accept": "application/json + Syntax: curl -X DELETE "http://10.244.0.181:8088/ric/v1/subscriptions/{restSubId}" -H "accept: application/json" - Example: curl -X DELETE "http://10.244.0.181:8088/ric/v1/subscriptions/22znlx1XCYqhD0tDHIIqSauBCf3" -H accept": "application/json + Example: curl -X DELETE "http://10.244.0.181:8088/ric/v1/subscriptions/22znlx1XCYqhD0tDHIIqSauBCf3" -H "accept: application/json" Below commands are mostly useful only for testing Subscription Manager, except the last command to get Subscription Manager's log writings.