You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/openapi-v2-resources.json
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5607,6 +5607,10 @@
5607
5607
],
5608
5608
"description": "What the secret is for, as set on the workspace secret. Always null for a personal secret, which has no shared audience."
5609
5609
},
5610
+
"unredacted": {
5611
+
"type": "boolean",
5612
+
"description": "Whether the workspace secret opts out of redaction, so its value appears in plaintext in run logs and model-visible content. Always false for a personal secret."
5613
+
},
5610
5614
"role": {
5611
5615
"type": "string",
5612
5616
"enum": ["admin", "member"],
@@ -5625,7 +5629,15 @@
5625
5629
"description": "ISO 8601 timestamp when the secret was last updated."
"description": "Opt the workspace secret out of redaction: its value then appears in plaintext in run logs, model-visible content, and files, including publicly shared log links. Workspace scope only — sending it for a personal secret is rejected. Omit it to leave the current setting untouched.",
0 commit comments