Update group
Groups
Update group
Update a group’s name and/or slug.
PATCH
Update group
You can update a group’s name and/or slug.Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
You can pass only the fields you want to update; other fields will remain unchanged.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Path Parameters
Group ID (e.g: grp_abc123...)
Body
application/json
Response
Group updated
Group for organizing monitors
Group identifier with 'grp_' prefix
Example:
"grp_abc123..."
URL-friendly identifier
Example:
"production-servers"
Display name
Example:
"Production Servers"
Whether this is the default group
Number of monitors in this group
Example:
42
List of webhook UUIDs associated with this group
Webhook UUID with 'whk_' prefix
Example:
["whk_abc123...", "whk_def456..."]

