Vapi Metadata Cli Command fingerprint
Returns the aggregate fingerprint of all the command metadata from all the metadata sources.
The fingerprint provides clients an efficient way to check if the metadata for commands has been modified on the server.
Request
URI
GET
https://{api_host}/api/vapi/metadata/cli/command/fingerprint
COPY
Responses
200
Fingerprint of all the command metadata present on the server.
Returns
string
of type(s)
application/json
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/cli/command/fingerprint