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
- application/json
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
- 200
Default Response
Loading...