Skip to main content
POST
/
scanner
/
api
/
v1
/
captures
/
{public_id}
/
apply
Apply accepted proposals
curl --request POST \
  --url https://www.closient.com/scanner/api/v1/captures/{public_id}/apply \
  --cookie sessionid=
{
  "detail": "<string>",
  "code": "<string>",
  "applied_fields": [],
  "skipped_fields": []
}

Authorizations

sessionid
string
cookie
required

Path Parameters

public_id
string
required

Unique capture public_id identifier.

Response

OK

Result of applying accepted enrichment proposals to a product.

detail
string
required

Human-readable error message.

code
string | null

Machine-readable error code.

applied_fields
string[]

List of fields that were successfully updated.

skipped_fields
string[]

List of fields that were skipped.