Skip to content

Instantly share code, notes, and snippets.

@viettd56
Created October 22, 2018 07:50
Show Gist options
  • Save viettd56/48697b53ade11506b181d1a17c17c7eb to your computer and use it in GitHub Desktop.
Save viettd56/48697b53ade11506b181d1a17c17c7eb to your computer and use it in GitHub Desktop.

Endpoint: /upload

  • Method: POST
  • Header:
    • Authorization: String
    • Content-Type: multipart/form-data
  • Body
    • upload: File
  • Response
    • error_code: Number
    • message: String
    • data:
      • path: String
      • name: String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment