Update Api Public Key
PUT/account/utils/apiPublicKey/edit
Update Api Public Key
Request
Header Parameters
apiSignature stringrequired
the valid RSA-SHA512 signature of the request body
- application/json
Body
Data to send
apiPublicKey string
Responses
- 200
- 400
- 401
- 500
apiPublicKey updated to connected user
- application/json
- Schema
- Example (from schema)
Schema
STATUS string
LABEL string
{
"STATUS": "SUCCESS",
"LABEL": "apiPublicKey updated"
}
Bad parameter in request
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
code integer
message string
{
"code": "401",
"message": "JWT Token not found"
}
Internal Server Error
Loading...