Skip to main content
PUT
/
drafts
Upsert drafts
curl --request PUT \
  --url https://mycluster.domino.tech/drafts \
  --header 'Content-Type: application/json' \
  --data '
{
  "bundleId": "<string>",
  "content": {},
  "evidenceId": "<string>",
  "policyId": "<string>"
}
'
[
  {
    "artifactContent": "<unknown>",
    "artifactId": "<string>",
    "bundleId": "<string>",
    "evidenceId": "<string>",
    "id": "<string>",
    "updatedAt": "<string>",
    "userId": "<string>"
  }
]

Body

application/json

Drafts to upsert

bundleId
string
required
content
object
required
evidenceId
string
required
policyId
string

Response

OK

artifactContent
any
artifactId
string
bundleId
string
evidenceId
string
id
string
updatedAt
string
userId
string