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

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

200
application/json

Key

The response is of type object.