DEV Community · Example Payload

Trustuser Response 404

Developer CommunityArticlesBloggingSocialContentOpen Source

Trustuser Response 404 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": "trustUser",
  "method": "PUT",
  "path": "/api/users/{id}/trusted",
  "status": "404",
  "response": {
    "error": "not found",
    "status": 404
  }
}