APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Projectscreate Column Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Projectscreate Column Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "projects/create-column",
  "method": "POST",
  "path": "/projects/{project_id}/columns",
  "summary": "APIs.io Engineering Platform Create a project column",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Remaining tasks"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "url": "https://api.github.com/projects/columns/367",
        "project_url": "https://api.github.com/projects/120",
        "cards_url": "https://api.github.com/projects/columns/367/cards",
        "id": 367,
        "node_id": "MDEzOlByb2plY3RDb2x1bW4zNjc=",
        "name": "To Do",
        "created_at": "2016-09-05T14:18:44Z",
        "updated_at": "2016-09-05T14:22:28Z"
      }
    }
  ]
}