Update Coordinate Tags API

Use this endpoint to replace all tags associated with a specific set of banking coordinates on an account. It ensures the coordinate metadata is updated consistently for accurate categorization and integration.

put

Replace 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

put
/api/v2.0/account/{idRef}/coordinates/{id}
PUT /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