Api
Create a new project secret
Create a new project secret using API key authentication
Header Parameters
x-api-keystring
Length
1 <= lengthnamestring
Length
1 <= lengthdescription?string | null
payloadstring
The string payload to encrypt
expiresAt?string | null
Format
dateResponse Body
curl -X POST "https://loading/public/secrets" \ -H "x-api-key: string" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "payload": "string" }'{
"id": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"retryAfter": 0
}{
"message": "string"
}