Update a secret for a team
Path Parameters
team_idstring
ID of team
secret_idstring
ID of secret
Format
uuid
Header Parameters
Authorizationstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
update team secret body
is_sensitive?boolean
name?string
Length
length <= 128
value?string
Length
length <= 512
Response Body
curl -X PUT "https://api.devzero.io/backend/v0/teams/string/secrets/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
-H "Authorization: string" \
-H "Content-Type: application/json" \
-d '{}'
{
"is_sensitive": true,
"name": "string",
"secret_id": "9e739c43-5a0b-4293-91b3-7c10894ec3f4",
"value": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}
{
"message": "string"
}