• 18
    • 15
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Please provide REST API to update confluence Space Category.
      Currently there is no REST API to update Space Category.

      We have REST API to update Labels and if we update the Label using a content ID of a page it actually updates the Category as a Label, but actually it does not update the table in confluence database.

      Post data to update Category Label-
      https://<confluence-url>/rest/api/content/19540293/label

      [

      { "prefix": "team", "name": "test" }

      ]

      This updates category but when you check the space in the category it does not list the space here-
      http://<confluence-url>/spacedirectory/view.action?selectedSpaceCategory=test

       

      workaround-

      use CLI plugin command to update the category-

      ./confluence.bat --action addLabels --space  "<Space name>" --labels "team:<Category name>"

        1. Postman.jpg
          Postman.jpg
          40 kB
        2. Space Category.jpg
          Space Category.jpg
          32 kB

            [CONFSERVER-54743] REST API to update Confluence Space Category

            No work has yet been logged on this issue.

              Unassigned Unassigned
              e4010cfae695 amit raj
              Votes:
              44 Vote for this issue
              Watchers:
              32 Start watching this issue

                Created:
                Updated: