Last updated 7 months ago
Was this helpful?
/api/v1/entity-access/actions/mark-processed
List of entities to mark as processed
Entities were marked as processed. No response body.
Bad request. Response body shows what the problems are per entry that failed.
Service account not properly authenticated
Service account forbids executing this action
curl -L \ --request POST \ --url '/api/v1/entity-access/actions/mark-processed' \ --header 'Authorization: Bearer jwt' \ --header 'Content-Type: application/json' \ --data '{"entries":[{"entityName":"person","entityUuid":"82b431f0-f401-4afd-b6db-9d1d751232d9","consumerIdentifier":"2993823372","processedAt":"2023-05-01T00:00:00.000Z"}]}'
No body