Body Parameters
Optional ID of the user creating the entity. Must match the authenticated user.
External reference ID
Optional origin identifier
Title of the entity
Content body of the entity
Array of attachment objects
Array of keywords associated with the entity
List of mentioned users with
{ id: string, username: string }
formatOptional custom metadata object
If true, excludes assigning a user ID
Response
Unique entity identifier
ID of the user who created the entity
Short identifier for easy sharing
External reference ID if provided
Origin identifier if provided
Entity title
Entity content
Array of attachment objects
Array of keywords
Array of mentioned users
Custom metadata
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Error Responses
Unauthorized - 403 Forbidden
Unauthorized - 403 Forbidden
Invalid Project ID - 400 Bad Request
Invalid Project ID - 400 Bad Request
Server Error - 500 Internal Server Error
Server Error - 500 Internal Server Error
Notes
- If
userId
is provided, it must match the logged-in user unless the request is from a master key. - Mentions will trigger a notification if the mentioned user is not the creator.
- User reputation is updated if an authenticated user creates the entity.