Skip to main content
PUT
/
api
/
v1
/
admin
/
data-quality
/
issues
/
{id}
/
resolve
Resolve a data quality issue
curl --request PUT \
  --url http://localhost:3000/api/v1/admin/data-quality/issues/{id}/resolve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "resolutionNotes": "<string>"
}
'
{
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

id
string
required

id identifier

Body

application/json
resolutionNotes
string

resolutionNotes — see API source for exact type.

Response

OK

message
string
data
object