Update the address

Updating information at

Update the address

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
addressIdstringOptional

The ID of the address in the system

Example: cd6c060f-e760-41d3-b7b9-0d053ea5d3f5
aliasstringOptional

Address name

commentstringOptional

Comment on the address

Responses
200Success
application/json
post
POST /api-gateway/address-book/update HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 76

{
  "addressId": "cd6c060f-e760-41d3-b7b9-0d053ea5d3f5",
  "alias": "",
  "comment": ""
}
200Success
{
  "success": true,
  "response": null
}

Last updated