cURL
curl --request PUT \ --url http://localhost:8080/api/v1/secrets/{name} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{}'
Creates or updates a secret with the provided key-value fields.
Optional API key for authentication (enabled via application.yaml)
Success