获取已存在的文件精简指纹

2024-09-09
暂无评分

获取已经存在的文件夹精简指纹

POST /media/api/v1/workspaces/{workspace_id}/files/tiny-fingerprints

Parameters

NameInTypeRequiredDescription
tiny_fingerprintsbodyarray[string]true精简指纹数组
workspace_idpathstringtrue工作空间id
x-auth-tokenheaderstringtrue访问令牌

Responses

StatusMeaningDescriptionSchema
200OKopen in new windowOKmedia.GetTinyFingerprintsOutput

Example responses

{
    "code":0,
    "message":"success",
    "data":{
        "tiny_fingerprints":[
            "5aec4c6e78052bf38fab901bcd1a2319_2021_12_8_22_13_10" //已经存在的精简文件指纹
        ]
    }
}

Schemas

media.GetTinyFingerprintsOutput

{
    "code":0,
    "message":"success",
    "data":{
        "tiny_fingerprints":[
            "string"
        ]
    }
}

Properties

NameTypeRequiredRestrictionsDescription
codestringfalsenone错误码
messagestringfalsenone描述
datastringfalsenone返回内容
» tiny_fingerprints[string]falsenone已经存在的精简指纹数组
若您对文档有意见或疑惑,点击可快速反馈,我们会与您联系。