PUT /accounts/{account_id}/iam/resource_groups/{resource_group_id}
Modify an existing resource group.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
Name | Type | Required | Description |
---|---|---|---|
resource_group_id |
String | Yes | |
account_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
name |
String | No |
Name of the resource group |
scope |
Object | No |
A scope is a combination of scope objects which provides additional context. |
scope.key |
Yes |
This is a combination of pre-defined resource name and identifier (like Account ID etc.) |
|
scope.objects[] |
Array | Yes |
A list of scope objects for additional context. The number of Scope objects should not be zero. |
scope.objects[].key |
Yes |
This is a combination of pre-defined resource name and identifier (like Zone ID etc.) |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.