Skip to main content
PUT
/
api
/
tags
/
v3
/
{entityType}
/
{entityId}
/
system
/
CERTIFIED
/
state
/
ACTIVE
http
PUT https://{instance}.domo.com/api/tags/v3/{entityType}/{entityId}/system/CERTIFIED/state/ACTIVE
HTTP/1.1
Accept: application/json
{
  "message": "<string>"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

entityType
enum<string>
required

The entityType can either be CARD or DATA_SOURCE (Dataset).

Available options:
CARD,
DATA_SOURCE
entityId
string
required

Id of the card or dataset you are requesting certification status for.

Response

SUCCESS. The content is now certified.