Last updated 10 months ago
Was this helpful?
Adds a secret.
/api/organizations/{organizationId}/secrets
Organization ID
curl -L \ --request POST \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/secrets' \ --header 'x-api-key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{"name":"text","description":"text","secret":"text"}'
{ "success": true, "error": "text", "id": 1 }