Skip to main content

Check out Port for yourselfย 

Patch an organization secret

PATCH 

/v1/organization/secrets/:secret_name

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

    secretValuestring

    The new value of the secret.

    descriptionstring

    The new description of the secret.

    Possible values: <= 200 characters

Responsesโ€‹

Default Response