Skip to main content

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.

Body

    secretValue string

    The new value of the secret.

    description string

    The new description of the secret.

Responses

Default Response

Loading...