v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
task

Add a reaction to an entity

Add a reaction to an entity. Will do nothing if the reaction already exists.

put/{kind}/{id}/reactions

Path parameters

idinteger required

Entity ID

kindinteger required

The kind of the entity. Can be either tasks or comments for task comments

Request body

createdstring

A timestamp when this reaction was created. You cannot change this value.

valuestring

The actual reaction. This can be any valid utf character or text, up to a length of 20.

Response

The created reaction

createdstring

A timestamp when this reaction was created. You cannot change this value.

valuestring

The actual reaction. This can be any valid utf character or text, up to a length of 20.