APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposdelete File Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposdelete File 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": "repos/delete-file",
  "method": "DELETE",
  "path": "/repos/{owner}/{repo}/contents/{path}",
  "summary": "APIs.io Engineering Platform Delete a file",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "message": "my commit message",
        "committer": {
          "name": "Monalisa Octocat",
          "email": "octocat@github.com"
        },
        "sha": "329688480d39049927147c162b9d2deaf885005f"
      }
    }
  ],
  "responseExamples": []
}