Перейти к основному содержанию
POST
/
v0
/
instances
/
secrets
/
{instance_id}
Add SSH key
curl --request POST \
  --url https://api.qudata.ai/v0/instances/secrets/{instance_id} \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "secret_id": "<string>"
}'
{
  "ok": true,
  "data": null
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

instance_id
string
required

Body

application/json
secret_id
string
required

Response

Successful Response

ok
boolean
default:true
data
null
I