Update certification for a Self Service Explore

Version 4.0.26.2 (latest)

Update certification for a Self Service Explore

Request

POST /self_service_models/{model_name}/certification
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
model_name
string
Name of self service model.
body
HTTP Body
Expand HTTP Body definition...
body
Certification Information
Expand Certification definition...
certification_status
string
Certification status: "certified" or "revoked" Valid values are: "certified", "revoked".
ui_status
string
Indicates whether the underlying model is ungoverned
user_name
string
Display name of user who certified the content, derived from user_id
notes
string
Certification notes
updated_at
string
Timestamp of certification

Response

200: Updated certification for self service model

Datatype
Description
(object)
certification_status
string
Certification status: "certified" or "revoked" Valid values are: "certified", "revoked".
ui_status
string
Indicates whether the underlying model is ungoverned
user_name
string
Display name of user who certified the content, derived from user_id
notes
string
Certification notes
updated_at
string
Timestamp of certification

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

403: Permission Denied

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

409: Resource Already Exists

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link