PUT/spaces/api/v1/reactions/spaces/{spaceID}/pages/{pageID}/plugins/{pluginID}.json
Add/remove a reaction against a specified resource
Request Examples
Example Request
PUT
/spaces/api/v1/reactions/spaces/{spaceID}/pages/{pageID}/plugins/{pluginID}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 204
- Description
- 204 No Content No Data
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
- Code
- 405
- Type
- object
- Schema
- Description
- 405 Method Not Allowed
- Code
- 500
- Type
- object
- Schema
- Description
- 500 Internal Server Error
400 Bad Request
errResp
{
"Code": 0,
"Detail": "string",
"ID": "string",
"Title": "string"
}