Skip to main content

Update a resource group

PATCH 
/auth/resource_groups/:id

Updates the specified resource group with the values of the parameters passed. Any parameters not included in the request will be left unchanged.

Request

Path Parameters

    id stringrequired

    The id of the Resource Group

Body

required

    description stringrequired

    Human readable identifier.

Responses

200: Successful response

401: Authentication error

403: Authorization error

404: Resource not found

422: Invalid parameters supplied in request. See HTTP response body for details.

Loading...