Edit a categoryCopy Pageput https://{hostname}/api-definitions/v2/categories/{apiCategoryId}Updates a category's description or unique name.Path ParamsapiCategoryIdintegerrequiredThe unique identifier for the category.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsAn endpoint category.apiCategoryDescriptionstring | nullThe description of the category that you may use to tag related endpoints. If you specify null or an empty string in the request, the JSON response doesn't include this field.apiCategoryNamestringrequiredThe unique-per-account name of the category. Any empty value reflects back as an __UNCATEGORIZED__ keyword.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200The response shows the updated category. 400Bad request. Some of the request input is invalid. 403Forbidden. You don't have permission to edit API endpoint category.Updated 4 months ago