Add Tags to Coordinates

Use this endpoint to add new tags to an existing set of banking coordinates on an account. Existing tags are preserved, and only new tags are appended.

patch

Add banking coordinates tags

Path parameters
idRefstringRequired
idstring · uuidRequired
Query parameters
tagsstringRequired
Body
stringOptional
Responses
200

Response to /api/v2.0/account/{idRef}/coordinates/{id}

No content

patch
/api/v2.0/account/{idRef}/coordinates/{id}
PATCH /api/v2.0/account/{idRef}/coordinates/{id}?tags=text HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
200

Response to /api/v2.0/account/{idRef}/coordinates/{id}

No content

Last updated