Patch an organization secret
PATCH/v1/organization/secrets
This route allows you to patch an organization secret.
To learn more about secrets management, check out the documentation.
Request
Path Parameters
secret_name stringrequired
The name of the secret you want to patch.
- application/json
Body
secretValue string
The new value of the secret.
description string
The new description of the secret.
Responses
- 200
Default Response
Loading...