Authorizations
Service account key can be used as API keys
Path Parameters
Body
application/json
Response
Secret was created successfully
The response is of type any.
curl --request POST \
--url https://api.cpln.io/org/{org}/secret \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"type": "opaque",
"data": {
"payload": "<string>",
"encoding": "plain"
}
}'"<any>"curl --request POST \
--url https://api.cpln.io/org/{org}/secret \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"tags": {},
"type": "opaque",
"data": {
"payload": "<string>",
"encoding": "plain"
}
}'"<any>"Service account key can be used as API keys
Secret was created successfully
The response is of type any.