cURL
curl --request PUT \ --url https://api.example.com/v1/addresses/{id} \ --header 'Content-Type: application/json' \ --data ' { "street": "<string>", "number": "<string>", "additional": "<string>", "postal_code": "<string>", "city": "<string>", "state": "<string>", "country": "<string>", "is_primary": true, "metadata": {} } '
Documentation IndexFetch the complete documentation index at: https://docs.corebanq.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.corebanq.com/llms.txt
Use this file to discover all available pages before exploring further.
255
50
3 - 10
100
2
Address updated successfully