Uploaded image for project: 'Statuspage'
  1. Statuspage
  2. STATUS-832

Manage API - Component group "description" field value is not saved on creation

XMLWordPrintable

    • 1
    • Severity 2 - Major

      Issue Summary

      When creating a component group via the Manage API, even if the "description" field is sent in the request, it is returned as "null" in the response, and the group is created with no description.

      Steps to Reproduce

      1. Create a component group as per the documentation: https://developer.statuspage.io/#operation/postPagesPageIdComponentGroups
      2. Make sure to send the "description" field with a value.

      Example request body:
       

      {
       "description": "this is an API created group",
       "component_group": 
      { "components": [ 
         "xxxx", 
         "xxxx" 
         ], 
        "name": "THE GROUP" 
         } 
      }

       

      Expected Results

      Component group should be created with the value from the description field

      Actual Results

      Description is null

      Workaround

      The current workaround is to manually update the description via the UI

            Unassigned Unassigned
            99e0d6abe301 Alan Violada
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: