Circle V2 API Docs
Preparing search index...
@repo/db
CreateTrailByResponseIdParams
Type Alias CreateTrailByResponseIdParams
Marks an existing audit_response row by id. Used by the AI-override path.
type
CreateTrailByResponseIdParams
=
{
auditResponseId
:
AuditResponseId
;
comment
?:
string
;
createdBy
:
UserId
;
markedAs
:
AuditResponseTrailMarkedAsStatus
;
}
Index
Properties
audit
Response
Id
comment?
created
By
marked
As
Properties
audit
Response
Id
auditResponseId
:
AuditResponseId
Optional
comment
comment
?:
string
created
By
createdBy
:
UserId
marked
As
markedAs
:
AuditResponseTrailMarkedAsStatus
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audit
Response
Id
comment
created
By
marked
As
Circle V2 API Docs
Loading...
Marks an existing audit_response row by id. Used by the AI-override path.