Issue Summary

      Documents related to Assets, from the Riada portal were migrated to docs.atlassian.com.
      However, Assets Index rest api was not migrated.

      This is reproducible on Data Center: (yes)

      Steps to Reproduce

      1. Go to Assets REST API Reference and no Assets Index rest api is displayed.

      Expected Results

      Assets Index rest api information should be displayed.

      Actual Results

      No information available

      Workaround

      An example of triggering a re-index manually is:

      1. Trigger start of assets re-index
        curl --request POST --user '<user>:<pass>' <base_url>/rest/assets/1.0/index/reindex/start
        
      2. Which you can also monitor progress with:
        curl --request GET --user '<user>:<pass>' <base_url>/rest/assets/1.0/progress/category/insight-reindex/reindex
        
      3. Endpoint accepts query parameter “clean”, so it will start a clean reindex
        /rest/assets/1.0/index/reindex/start?clean=true 
        

            [JSDSERVER-14916] Assets Index rest api missing documentation

            No work has yet been logged on this issue.

              4efd9de64ab4 Mingyi Yang
              9f03f4114502 Pablo Bartolome
              Affected customers:
              2 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: