Check if a file resource exists for given fileVersion

head/files/{fileId}/version/{fileVersion}

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

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
fileId
string
true

The identifier of the file resource.

fileVersion
integer
true

The version of the file resource.

Responses

StatusMeaningDescription
200OK

The request succeeded. The file resource exists.

Headers
404Not Found

No file resource exists for the specified identifier or no file resource version exists for given file identifier.