DEV Community · Example Payload

Createorganization Response 201

Developer CommunityArticlesBloggingSocialContentOpen Source

Createorganization Response 201 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": "createOrganization",
  "method": "POST",
  "path": "/api/organizations",
  "status": "201",
  "response": {
    "id": 579,
    "name": "New Test Org",
    "profile_image": "uploads/organization/profile_image/1/400x400.jpg",
    "slug": "org10001",
    "summary": "a newly created test org",
    "tag_line": "a test org's tagline",
    "url": "https://testorg.io"
  }
}