Groups
Update a group
Groups
Update a group
Updates a group.
POST
/
v1
/
groups
/
{group_id}
curl --request POST \
--url https://api.amberflow.io/v1/groups/{group_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "Spot price customers"
}'
{
"id": "c553e4e0-d8a4-4af9-8386-0e788578d028",
"created_at": "2024-09-23T00:00:00.000Z",
"name": "Spot price customers",
"bidding_zone": "NL"
}
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
curl --request POST \
--url https://api.amberflow.io/v1/groups/{group_id} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"name": "Spot price customers"
}'
{
"id": "c553e4e0-d8a4-4af9-8386-0e788578d028",
"created_at": "2024-09-23T00:00:00.000Z",
"name": "Spot price customers",
"bidding_zone": "NL"
}