Deletes the specified API
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Deletes API's collaboration
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Deletes the specified domain
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Force update
Type: boolean
Deletes a particular version of the specified API
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Deletes a particular version of the specified domain
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Force update
Type: boolean
Gets API's collaboration
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Type: boolean
Returns all the comments and replies added by collaborators in the specified API version.
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Returns all the comments and replies added by collaborators in the specified domain version.
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the Swagger definition for the specified API and version
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the Swagger definition for the specified domain and version
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the Swagger definition for the specified API and version in JSON format
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the definition for the specified domain and version in JSON format
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the Swagger definition for the specified API and version in YAML format
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves the definition for the specified domain and version in YAML format
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Version identifier (case-sensitive)
Type: string
Retrieves an APIs.json listing of all APIs defined for this owner
API owner (user or organization, case-sensitive)
Type: string
Sort order
Type: string
Potential values: ASC, DESC
Sort criteria or result set:
Type: string
Potential values: NAME, UPDATED, CREATED, OWNER
Retrieves an APIs.json listing of all domains defined for this owner
Domain owner (user or organization, case-sensitive)
Type: string
Sort order
Type: string
Potential values: ASC, DESC
Sort criteria or result set:
Type: string
Potential values: NAME, UPDATED, CREATED, OWNER
Retrieves an APIs.json listing for all API versions for this owner and API
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Retrieves an APIs.json listing for all domain versions for this owner and domain
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Saves the provided Swagger definition; the owner must match the token owner. The version will be extracted from the Swagger definition itself.
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
The Swagger definition of this API
Type: string
Force update
Type: boolean
Defines whether the API has to be private
Type: boolean
API version
Type: string
Saves the provided Swagger definition of a domain
Domain name (case-sensitive)
Type: string
Domain owner (user or organization, case-sensitive)
Type: string
Domain version
Type: string
The Swagger definition of this domain
Type: string
Force update
Type: boolean
Specifies whether the domain has to be private
Type: boolean
Retrieves a list of currently defined APIs in APIs.json format.
Sort order
Type: string
Potential values: ASC, DESC
Free text query to match
Type: string
Sort criteria or result set:
Type: string
Potential values: NAME, UPDATED, CREATED, OWNER
Matches against published state of the spec:
Type: string
Potential values: ALL, PUBLISHED, UNPUBLISHED
Matches against tags associated with an API
Type: array
[ "string" ]
Retrieves a list of currently defined APIs and Domains in APIs.json format
Sort order
Type: string
Potential values: ASC, DESC
API or Domain owner identifier. Can be username or organization name
Type: string
Free text query to match
Type: string
Sort criteria or result set:
Type: string
Potential values: NAME, UPDATED, CREATED, OWNER
Type of Swagger specs to search:
Type: string
Potential values: API, DOMAIN, ANY
Matches against published state of the spec:
Type: string
Potential values: ALL, PUBLISHED, UNPUBLISHED
The visibility of a spec in SwaggerHub:
Type: string
Potential values: PUBLIC, PRIVATE, ANY
Retrieves a list of currently defined domains in APIs.json format
Sort order
Type: string
Potential values: ASC, DESC
Free text query to match
Type: string
Sort criteria or result set:
Type: string
Potential values: NAME, UPDATED, CREATED, OWNER
Matches against published state of the spec:
Type: string
Potential values: ALL, PUBLISHED, UNPUBLISHED
Matches against tags associated with a domain
Type: array
[ "string" ]
Updates API's collaboration
API name (case-sensitive)
Type: string
API owner (user or organization, case-sensitive)
Type: string
Type: object
{
"owner" : "string",
"teams" : [ {
"name" : "Required string",
"startTime" : "date-time",
"title" : "string",
"uuid" : "string",
"blocked" : "boolean",
"roles" : [ "string. Possible values: EDIT | COMMENT | VIEW" ],
"donotdisturb" : "boolean",
"members" : [ {
"name" : "Required string",
"startTime" : "date-time",
"title" : "string",
"uuid" : "string"
} ]
} ],
"hint" : {
"type" : "type identifier of the managed entity"
},
"members" : [ {
"name" : "Required string",
"startTime" : "date-time",
"title" : "string",
"uuid" : "string",
"blocked" : "boolean",
"roles" : [ "string. Possible values: EDIT | COMMENT | VIEW" ],
"donotdisturb" : "boolean"
} ],
"owners" : [ "string" ],
"pendingMembers" : [ {
"name" : "Required string",
"startTime" : "date-time",
"title" : "string",
"uuid" : "string",
"blocked" : "boolean",
"roles" : [ "string. Possible values: EDIT | COMMENT | VIEW" ],
"donotdisturb" : "boolean"
} ]
}