Run record from a zip file.
POST /users
Run record from a zip file. Only users with the Standard Registry role are allowed to make the request.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
policyId
string
Policy ID
importRecords
string
Imported Records
syncNewRecords
string
New Records
Response
{
description: Record UUID.
content:
application/json:
schema:
type: string
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated
Was this helpful?