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
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1601,7 +1601,7 @@
1601
1601
"patch": {
1602
1602
"operationId": "updateCredential",
1603
1603
"summary": "Update Credential",
1604
-
"description": "Rename a credential, change its description, or rotate its stored secret. Requires credential admin.\n\nSending a secret field rotates that secret in place: it is re-verified against the provider and re-encrypted, and the display name is preserved. Secrets are never returned in the response.",
1604
+
"description": "Rename a credential, change its description, or rotate its stored secret. Requires credential admin\u2014 access to the workspace plus admin rights on the credential itself. Workspace `write` is not required: credentials are gated per credential, not per workspace.\n\nSending a secret field rotates that secret in place: it is re-verified against the provider and re-encrypted, and the display name is preserved. Secrets are never returned in the response. If the provider cannot be reached to verify the new secret, the request returns `503`.\n\nA credential you cannot see answers `404` rather than `403`, so its existence is never disclosed.",
"description": "Delete a credential. Requires credential admin. Blocks and workflows configured against it stop authenticating, and any environment variable it backed is removed.",
1683
+
"description": "Delete a credential. Requires credential admin\u2014 access to the workspace plus admin rights on the credential itself; workspace `write` is not required. Blocks and workflows configured against it stop authenticating, and any environment variable it backed is removed.\n\nA credential you cannot see answers `404` rather than `403`.",
0 commit comments