Create Trust Ops Comment

post/api/v2/admin/enterprise/{enterpriseId}/trustOpsComments

Path Parameters

  • enterpriseIdstringRequired
    Min length: >= 1 characters

Request Body

text string required
Min length: >= 1 characters

200 Response

id string required
The unique identifier for the comment
Min length: >= 1 characters
Example: 65f1e2a3b4c5d6e7f8g9h0i1
text string required
The text content of the comment
Min length: >= 1 characters
Example: Reviewed and approved for processing
createdAt string <date-time>required
Timestamp when the comment was created
Example: 2024-12-02T13:00:00.000Z
enterpriseId string required
The enterprise ID associated with the comment
Min length: >= 1 characters
Example: 507f1f77bcf86cd799439011
isArchived boolean required
Flag indicating if the comment is archived
Example: false
archivedAt string <date-time>
Timestamp when the comment was archived
Example: 2024-12-02T14:00:00.000Z

400 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

404 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id

500 Response

name string
Error code
context object required
Properties that apply to a specific error name
error string required
Human-readable error message
requestId string required
Client request id