Audios
Update an audio
Update an audio by providing its new details.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The handle of the owner.
Required string length:
1 - 50
The handle of the space.
Required string length:
1 - 50
The handle of the audio.
Required string length:
1 - 50
Body
application/json
The new alias of the audio.
Required string length:
1 - 100
Response
200 - application/json
The alias of the audio.
The date and time when the audio was created.
The duration of the audio.
The handle of the audio. Is unique.
The UUID of the audio. Is unique.
The identity linked to the audio.
The sampling sample rate of the audio.
The state of the audio.
Available options:
avaitingFile
, available
, notAvailable
The date and time when the binary file was uploaded.
The number of verifications of the audio.
The number of voiceprints of the audio.