Decrypt a Value
POST/secret-svc/decrypt
Decrypt a value and return the encrypted result
Request
- application/json
Body
required
Decrypt Value Request
value string
values string[]
Responses
- 200
- 400
- 401
- 500
Decrypt Value Response
- application/json
- Schema
- Example (from schema)
Schema
value string
values string[]
{
"value": "string",
"values": [
"string"
]
}
Bad Request
- application/json
- Schema
Schema
string
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...