Update Secret
Secrets
Update Secret
Update an existing secret.
You can update the name, value, and/or description.
PATCH
Update Secret
Documentation Index
Fetch the complete documentation index at: https://docs.primeintellect.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Team ID for team secrets
Body
application/json
New name for the secret (must start with uppercase, only uppercase, numbers, underscores)
Required string length:
1 - 255Pattern:
^[A-Z][A-Z0-9_]*$New value for the secret
Minimum string length:
1New description for the secret
Maximum string length:
500