Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mintlify/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions openapi/paths/cards/cards_{id}_reveal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ post:
iframe and never crosses Grid's or your servers.


Requires a token with the `MANAGE` permission; `VIEW` alone is not
sufficient to mint a reveal URL.


Every reveal is audit-logged with the requesting actor.
operationId: revealCard
tags:
Expand All @@ -42,8 +46,9 @@ post:
$ref: ../../components/schemas/errors/Error401.yaml
'403':
description: >-
Forbidden. The session has no attributable actor to audit the reveal
against (for example, an impersonated dashboard session).
Forbidden. The token lacks the `MANAGE` permission, or the session has
no attributable actor to audit the reveal against (for example, an
impersonated dashboard session).
content:
application/json:
schema:
Expand Down
Loading