DEV Community · Example Payload

Post_Api_Reactions_Toggle Response 200

Developer CommunityArticlesBloggingSocialContentOpen Source

Post_Api_Reactions_Toggle Response 200 is an example object payload from DEV Community, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathstatusresponse

Example Payload

Raw ↑
{
  "operationId": "post_api_reactions_toggle",
  "method": "POST",
  "path": "/api/reactions/toggle",
  "status": "200",
  "response": {
    "result": "create",
    "category": "like",
    "id": 161,
    "reactable_id": 2260,
    "reactable_type": "Article"
  }
}