Files
directus/packages/spec/specs/paths/utils/hash-match.yaml
2020-09-14 20:01:01 +02:00

27 lines
645 B
YAML

post:
description: Check if a hash is valid for a given string.
operationId: checkHash
requestBody:
content:
application/json:
schema:
properties:
hash:
description: The hash you want to verify.
type: string
string:
description: String you want to hash.
type: string
type: object
responses:
'200':
description: Successful request
content:
application/json:
schema:
type: object
properties:
data:
type: boolean
tags:
- Utilities