APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Reposcreate Autolink Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Reposcreate Autolink 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/create-autolink",
  "method": "POST",
  "path": "/repos/{owner}/{repo}/autolinks",
  "summary": "APIs.io Engineering Platform Create an autolink reference for a repository",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "key_prefix": "TICKET-",
        "url_template": "https://example.com/TICKET?query=<num>",
        "is_alphanumeric": true
      }
    }
  ],
  "responseExamples": []
}