cURL
curl --request PUT \ --url https://api.gcore.com/fastedge/v1/admin/groups/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "default_flag": false } '
{ "id": 123, "name": "<string>", "default_flag": false }
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
Group ID
Group description
Group name
Add new members to the group by default
Ok
Was this page helpful?