v1

latestOpenAPI 3.1.02026-07-241120379.1 KB

Update address

This endpoint is used to update an existing address. Rate limit - 5 / s

put/2023-10/address/{addressId}

Path parameters

addressIdinteger required

Request body

updateSubscriptionAddress'"SIMILAR"' | '"NONE"'

Response

200

successboolean
messagestring
{"stackTrail":"paths:/2023-10/address/{addressId}:put:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}
codestring
{"stackTrail":"paths:/2023-10/address/{addressId}:put:responses:200:content:application/json:schema:properties:pageInfo","oasType":"schema","type":"unknown"}

Example response

{
  "success": true,
  "message": "Address updated successfully",
  "code": "SUCCESS"
}