Skip to main content
PUT
/
v1
/
workspace
/
{ws}
/
project
/
{prj}
/
secret
/
{secretId}
cURL
curl -X PUT 'http://localhost:8080/v1/workspace/ws_example/project/prj_example/secret/sec_example' \
  -H 'Authorization: Bearer ek_live_xxxxx' \
  -H 'Content-Type: application/json' \
  -d '{ // request body fields, see schema }'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.enkryptify.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication. Pass Authorization: Bearer ek_live_xxxxx on every request.

Path Parameters

ws
string
required
prj
string
required
secretId
string
required

Body

application/json
name
string
required
Required string length: 2 - 48
Pattern: ^[A-Za-z0-9_-]+$
type
enum<string>
required
Available options:
runtime,
build
dataType
enum<string>
required
Available options:
text,
json
values
object[]
required
note
string
Maximum string length: 255

Response

200 - application/json

Default Response

success
boolean
required