APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Projectsmove Column Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Projectsmove 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/move-column",
  "method": "POST",
  "path": "/projects/columns/{column_id}/moves",
  "summary": "APIs.io Engineering Platform Move a project column",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "position": "last"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ]
}