githubEdit

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
}

Last updated

Was this helpful?