Add Secret
Adds a secret.
curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/secrets \
--header 'content-type: application/json' \
--header 'x-jwt-token: REPLACE_KEY_VALUE' \
--data '{"name":"string","description":"string","secret":"string"}'
Last updated
Was this helpful?