APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Projectscreate For Org Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Projectscreate For Org 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-for-org",
  "method": "POST",
  "path": "/orgs/{org}/projects",
  "summary": "APIs.io Engineering Platform Create an organization project",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Organization Roadmap",
        "body": "High-level roadmap for the upcoming year."
      }
    }
  ],
  "responseExamples": []
}