Interface iCreateClaimPayload

interface iCreateClaimPayload {
    claims: CreateClaimRequest<NumberType>[];
    testClaims?: boolean;
}

Properties

Properties

The claims to create.

By default, it will create standalone (non-test claims) or list / collection linked claims if the corresponding fields are specified in the claim (listId, collectionId, ...).

Note that collection / list linked claims require the proper permissions and have special setup required.

For test claims, you must specify the testClaims field to be true.

testClaims?: boolean

Create test claims (e.g. the claim tester). Used for frontend testing. Test claims are auto-deleted after the browser session is terminated and do not show up in search results.

MMNEPVFCICPMFPCPTTAAATR