condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
725 stars 136 forks source link

Validation Failed #128

Closed mohitjain closed 7 years ago

mohitjain commented 10 years ago
 {
  "message": "Validation Failed",
  "documentation_url": "https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization",
  "errors": [
    {
      "resource": "OauthAccess",
      "code": "missing_field",
      "field": "description"
    }
  ]
}
iwek commented 10 years ago

note is the field that is required not description according to the documentation_url

condemil commented 7 years ago

duplicate of #168