There is not enough information on how to call the rest service /rest/appmanagement/1/aliases.

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 5.1.0, 4.3.10, 4.4.4, 5.0.3
    • Affects Version/s: 5.0.0, 5.0.1, 4.3.9, 4.4.3, 5.0.2
    • Component/s: Documentation
    • None
    • 1
    • Severity 3 - Minor

      Issue Summary

      This is reproducible on Data Center: Yes

      There is not enough information on how to call the rest service /rest/appmanagement/1/aliases in the Crowd Rest API document.

      Steps to Reproduce

      N/A

      Expected Results

      To be able to add aliases to each application.

      Actual Results

      Aliases can not be added due to the lack of information about how to use the service.

      Workaround

      This is the correct way to call the service:

      curl -v -u username:password -H'Content-Type: application/json' -XPUT 'http://<crowd url>/rest/appmanagement/1/aliases?user=username' -d '{"applicationid-1": "Alias-1", "applicationid-2": "Alias-2"}' 

            Assignee:
            Anastas Anastasov (Inactive)
            Reporter:
            Ozhan Aydar (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: