Aurion Docs
Api

Update Service Catalog

Update service catalog category visibility and display order.

PUT
/api/v1/configuration/service-catalog

Update service catalog category visibility and display order.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/configuration/service-catalog" \  -H "Content-Type: application/json" \  -d '{    "categories": [      {        "id": "string",        "visible": true      }    ]  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}