Store an SSH key credential
curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/credentials/ssh-key \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"privateKey": "<string>",
"host": "<string>"
}
'{
"id": "<string>"
}curl --request POST \
--url https://api.kazzle.app/api/spaces/{spaceId}/git/credentials/ssh-key \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"privateKey": "<string>",
"host": "<string>"
}
'{
"id": "<string>"
}