DEV Community · Example Payload

Post_Api_Pages Response 422

Developer CommunityArticlesBloggingSocialContentOpen Source

Post_Api_Pages 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_pages",
  "method": "POST",
  "path": "/api/pages",
  "status": "422",
  "response": {
    "id": null,
    "title": "Example Page",
    "slug": "example1",
    "description": "a new page",
    "is_top_level_path": false,
    "landing_page": false,
    "body_html": null,
    "body_json": null,
    "body_markdown": "# Hi, this is a New Page\nYep, it's an a new page",
    "processed_html": null,
    "social_image": {
      "url": null
    },
    "template": "moon",
    "subforem_id": null,
    "page_template_id": null,
    "template_data": {},
    "redirect_to_url": null
  }
}