Check if a file resource exists for given fileVersion

head/files/{fileId}/version/{fileVersion}
Internal-Use Only

Determines whether a file resource exists for the specified version of fileId.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The identifier of the file resource.

fileVersion
integer
true

The version of the file resource.

Responses

StatusMeaningDescription
200OKThe request succeeded. The file resource exists.Headers
404Not FoundNo file resource exists for the specified identifier or no file resource version exists for given file identifier.