Skip to main content
PUT
/
evidence-templates
/
{id}
/
status
Update evidence template status by ID
curl --request PUT \
  --url https://api.example.com/evidence-templates/{id}/status \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "artifacts": [
    {
      "details": {},
      "id": "<string>",
      "required": true,
      "visibilityRule": "<string>",
      "visible": true
    }
  ],
  "createdAt": "<string>",
  "description": "<string>",
  "externalId": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

id
string
required

ID of evidence template status to update

Body

application/json

Evidence template status to update

status
enum<string>
required
Available options:
Draft,
Published

Response

OK

artifacts
object[]
createdAt
string
description
string
externalId
string
id
string
name
string
scope
enum<string>
Available options:
Global,
Local
status
enum<string>
Available options:
Draft,
Published