Skip to main content
POST
Create Artifact

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string<uuid>
required

Body

application/json
artifact_type
string
required
title
string
required
data_json
Data Json · object
required
description
string | null
source_message_id
string<uuid> | null
entity_refs
string[] | null

Response

Successful Response

id
string<uuid>
required
project_id
string<uuid>
required
workspace_id
string<uuid>
required
artifact_type
string
required
title
string
required
description
string | null
required
data_json
Data Json · object
required
source_message_id
string<uuid> | null
required
entity_refs
string[] | null
required
created_at
string<date-time>
required