curl --location --request POST 'https://app.innochat.ch/api/v1/source-tag/<uuid>/update' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <token>' \ --data-raw '{ "name": "updated name", }'
{ "color": "#088F8F", "created_at": "2024-09-12T00:19:12Z", "data_source_uuids": [], "modified_at": "2024-09-13T01:25:07Z", "name": "updated name", "uuid": "d6099f4845794b4bb088b291fc3ef23a" }
Update the properties of a source tag, including its list of documents.