Updates a tenant source association by its ID.
sources:update
cURL
curl --request PUT \ --url https://server26-dot-royalti-project.uc.r.appspot.com/sources/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "settings": { "delimiter": "," }, "replacements": { "old": "new" } }'
{ "message": "Tenant source updated successfully" }
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Tenant source ID
"ts-1"
Tenant source updated successfully
The response is of type object.
object