Add Asset Link
POST /api/creative/visual-studio/assets/{asset_id}/links
POST
/api/creative/visual-studio/assets/{asset_id}/links
Add a link between a visual asset and a lore entry/entity.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” asset_id
required
Asset Id
string
Request Body required
Section titled “Request Body required ” AddAssetLinkRequest
Request model for adding an asset link.
Responses
Section titled “ Responses ”Successful Response
VisualAssetLinkOperationResponse
Response model for asset link operations.
object
success
required
Success
Operation success status
boolean
link
Any of:
VisualAssetLink
A link between a visual asset and a lore entry or entity.
object
id
required
Id
Link ID
string
assetId
required
Assetid
Asset ID
string
projectId
required
Projectid
Project ID
string
linkType
required
Linktype
Link type: lore_entry or lore_entity
string
linkedId
required
Linkedid
Linked entry/entity ID
string
linkedTitle
Linkedtitle
Title of linked item
string
createdAt
required
Createdat
Creation timestamp
integer
null
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context