put https://api.fulcrumapp.com/api/v2/groups/.json
Use this endpoint to change the name and description of a group.
Note: if you are looking to manage a groups members, layers, projects and forms, you will need to use the Update Group Permissions endpoint.
Property | Type | Required | Description |
---|---|---|---|
name | string | no | The name of the group |
description | string | no | Description of the group |
{
"group":{
"name": "New name of group",
"description": "Hello again group!"
}
}