Secrets
Secrets store the keys and tokens used by workflow tasks to interact with external systems, such as a password to connect to an external database or an API token.
Path and query parameters
Name | Type | Location | Req/Opt | Description |
---|---|---|---|---|
| integer | query | Optional | Workspace numeric identifier |
| string | query | Optional | Secret name to validate |
| integer | path | Required | Secret numeric identifier |
Request body parameters
Name | Type | Req/Opt | Description |
---|---|---|---|
CreatePipelineSecret | Create pipeline secret | ||
name | string | Optional | |
value | string | Optional | |
UpdatePipelineSecret | Update secret | ||
value | string | Optional |