Skip to main content

validateICollectionMarker

Check for the existence of a text identifier (marker)

IntegrationCollections.validateICollectionMarker(marker)

const result = await IntegrationCollections.validateICollectionMarker('test_collection');
Schema

marker:* string
Collection marker
example: test_collection

Example return:

{
"valid": true
}
Schema

valid: boolean
Valid marker
example: