APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Userscreate Public Ssh Key For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Userscreate Public Ssh Key For Authenticated User 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": "users/create-public-ssh-key-for-authenticated-user",
  "method": "POST",
  "path": "/user/keys",
  "summary": "APIs.io Engineering Platform Create a public SSH key for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "title": "ssh-rsa AAAAB3NzaC1yc2EAAA",
        "key": "2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234"
      }
    }
  ],
  "responseExamples": []
}