All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.multipart.3.0.4.source-code.api.raml Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
#%RAML 1.0
title: Humanity
version: v1
baseUri: https://api.github.com
uses:
  ramltojaxrs: ramltojaxrs.raml
  ramltopojo: ramltopojo.raml
types:
  User:
    properties:
      name: string
/multipart:
     post:
        body:
            multipart/form-data:
                type: object
                properties:
                    appBundle:
                        type:
                            type: file
                    configFile:
                        type:
                            type: file
                    consumed:
                        type: User
                    heyBool:
                      type: boolean
                displayName:
                    value: "multipart/form-data"





© 2015 - 2024 Weber Informatics LLC | Privacy Policy