update public key
Method
POST
Url
https://platform.globaltravelrule.com/api/common/v3/preference/update_public_key
update public key
Authentication
No authentication
Path Parameters
No path parameters
Query Parameters
No query parameters
Request Body (Required)
- Schema
- Example
algorithmType
OptionalString
publicKey
OptionalString
{
"algorithmType": "string",
"publicKey": "string"
}
Responses
Status 200
OK
JSON Content
- Schema
- Example
[+]data
OptionalObject
verifyMessage
OptionalString
verifyStatus
OptionalInteger (int32)
{
"verifyStatus": 0,
"data": {},
"verifyMessage": "string"
}