Skip to content
Snippets Groups Projects
Commit 14a0d232 authored by Jared Balkman's avatar Jared Balkman
Browse files

Delete get-lists.json

parent 05d15cb6
No related branches found
No related tags found
No related merge requests found
{
"swagger" : "2.0",
"info" : {
"description" : null,
"version" : "1.0.0",
"title" : null,
"termsOfService" : null,
"contact" : null,
"license" : null
},
"host" : "www.getrave.com",
"basePath" : "/remoteservices",
"schemes" : [ "https" ],
"paths" : {
"/rest/user/{username}/userlists" : {
"get" : {
"tags" : [ "get-lists" ],
"summary" : null,
"description" : null,
"operationId" : "get-lists",
"produces" : [ "application/xml" ],
"consumes" : [ "application/xml" ],
"parameters" : [ {
"name" : "username",
"in" : "path",
"description" : null,
"required" : false,
"type" : "string"
} ],
"responses" : {
"200" : {
"description" : "successful operation",
"schema" : {
"$ref" : "#/definitions/get-lists"
}
}
}
}
}
},
"definitions" : {
"get-lists##listMemberships##userList" : {
"properties" : {
"id" : {
"type" : "number"
},
"name" : {
"type" : "string"
}
}
},
"get-lists##listMemberships" : {
"properties" : {
"userList" : {
"type" : "array",
"items" : {
"$ref" : "#/definitions/get-lists##listMemberships##userList"
}
}
}
},
"get-lists" : {
"properties" : {
"listMemberships" : {
"$ref" : "#/definitions/get-lists##listMemberships"
}
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment