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
secretNamestringrequired
The name of the new secret.
Possible values: non-empty
and <= 50 characters
, Value must match regular expression ^[A-Za-z0-9-_]*$
secretValuestringrequired
The value of the new secret.
descriptionstring
An optional description of the new secret.
Possible values: <= 200 characters
Responsesโ
- 200
Default Response