PUT
/
storage
/
provisioning
/
v1
/
key
curl --request PUT \
  --url https://api.gcore.com/storage/provisioning/v1/key \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>",
  "name": "<string>"
}'
{
  "created_at": "<string>",
  "id": 123,
  "name": "<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

Body

application/json

Response

200
application/json

Key

The response is of type object.