PATCH
/
spaces
/
{owner}
/
{space}
/
verifications
/
authenticity
/
{verification}

Score: Confidence in a positive result is represented by the score.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

Required string length: 1 - 50
space
string
required

The handle of the space.

Required string length: 1 - 50
verification
string
required

The handle of the authenticity verification.

Required string length: 1 - 50

Body

application/json
alias
string | null

The new alias of the authenticity verification.

Required string length: 1 - 100

Response

200 - application/json
alias
string | null
required

The alias of the authenticity verification.

audio
object
required

The audio of the authenticity verification.

chunks
integer
required

The number of chunks of the authenticity verification.

createdAt
string
required

The date and time when the authenticity verification was created.

handle
string
required

The handle of the authenticity verification. Is unique.

id
string
required

The UUID of the authenticity verification. Is unique.

model
string
required

The model of the authenticity verification.

performedAt
string
required

The date and time when the authenticity verification was performed.

score
number | null
required

The score of the authenticity verification.

Required range: 0 < x < 1
state
enum<string>
required

The state of the authenticity verification.

Available options:
performing,
performed,
performedWithoutScore,
error
subscores
object
required

The subscores of the authenticity verification.