DEV Community · Example Payload

Post_Api_Billboards Response 422

Developer CommunityArticlesBloggingSocialContentOpen Source

Post_Api_Billboards Response 422 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_billboards",
  "method": "POST",
  "path": "/api/billboards",
  "status": "422",
  "response": {
    "error": "Validation failed: Placement area is not included in the list",
    "status": 422
  }
}