Get versions from hashes
This is the same as /version_file/{hash} except it accepts multiple hashes.
Request body
Example request
{
"hashes": [
"ea0f38408102e4d2efd53c2cc11b88b711996b48d8922f76ea6abf731219c5bd1efe39ddf9cce77c54d49a62ff10fb685c00d2e4c524ab99d20f6296677ab2c4",
"925a5c4899affa4098d997dfa4a4cb52c636d539e94bc489d1fa034218cb96819a70eb8b01647a39316a59fcfe223c1a8c05ed2e2ae5f4c1e75fa48f6af1c960"
],
"algorithm": "sha512"
}Response
Expected response to a valid request
A map from hashes to versions
Changes
Changed in 3 of the 21 revisions of this API.325
- ○
added the required property
additionalProperties/allOf[subschema #2]/environmentto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
additionalProperties/allOf[subschema #2]/files/items/file_typeresponse's property type/format changed fromstring/to/for status200response-property-type-changed
- ○
added
FileTypeEnumsubschema #2to theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed the
optional-resource-packenum value from theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
required-resource-packenum value from theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse property for the response status200response-property-enum-value-removed
- ▲
- ▲
the response property
additionalProperties/allOf[subschema #2]/files/items/file_typebecame nullable for the status200response-property-became-nullable
- ▲
the
additionalProperties/allOf[subschema #2]/files/items/file_typeresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ●
added the new
optional-resource-packenum value to theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
required-resource-packenum value to theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse property for the response status200response-property-enum-value-added
- ○
removed
FileTypeEnumsubschema #2from theadditionalProperties/allOf[subschema #2]/files/items/file_typeresponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲