Skip to main content
POST
/
fastedge
/
v1
/
admin
/
template
/
{id}
/
share
Share template to the group
curl --request POST \
  --url https://api.gcore.com/fastedge/v1/admin/template/{id}/share \
  --header 'Authorization: <api-key>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

id
integer<int64>
required

Template ID

Query Parameters

group_id
integer<int64>

Group ID

Response

Ok