Skip to main content

Create an organization secret

POST 

/v1/organization/secrets

This route allows you to create an organization secret.

To learn more about secrets management in Port, check out the documentation.

Request

Body

required

    secret_name stringrequired

    The name of the new secret.

    secret_value stringrequired

    The value of the new secret.

    description string

    An optional description of the new secret.

Responses

Default Response

Loading...