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

Delete openapi.json

parent 60dea4db
No related branches found
No related tags found
No related merge requests found
"<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?> <application xmlns=\"http://research.sun.com/wadl/2006/10\"> <resources base=\"http://www.getrave.com/remoteservices/rest/\"> <resource path=\"siteadmin\"> <resource path=\"/mobilecarriers\"> <method name=\"GET\" id=\"getMobileCarriersRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/mobilecarriers/phonecarrier/{phone}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"phone\"/> <method name=\"GET\" id=\"lookupCarrierRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/groups\"> <method name=\"GET\" id=\"getGroupsRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"POST\" id=\"createGroupRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"PUT\" id=\"updateGroupRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/groups/{id}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:int\" style=\"template\" name=\"id\"/> <method name=\"GET\" id=\"getGroupRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/groups/findbyname\"> <method name=\"GET\" id=\"findGroupByNameRest\"> <request> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"query\" name=\"groupName\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/groups/{id}/\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:int\" style=\"template\" name=\"id\"/> <method name=\"DELETE\" id=\"deleteGroupRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/userlists\"> <method name=\"GET\" id=\"getUserListsRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"POST\" id=\"createUserListRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/userlists/{listId}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:int\" style=\"template\" name=\"listId\"/> <method name=\"GET\" id=\"getUserListDetailsRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"DELETE\" id=\"deleteUserListRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> </resource> <resource path=\"user\"> <method name=\"POST\" id=\"registerUserRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"PUT\" id=\"updateUserRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> <resource path=\"/{email}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"GET\" id=\"findUserByEmailRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"DELETE\" id=\"deleteUserRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/findbysisid\"> <method name=\"GET\" id=\"findUserBySisIdRest\"> <request> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"query\" name=\"sisid\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/resetpassword\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"POST\" id=\"resetUserPasswordRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/updateprimaryemail\"> <method name=\"POST\" id=\"updateUserPrimaryEmailRest\"> <request> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"query\" name=\"sisid\"/> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"query\" name=\"email\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/sendconfcode\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"POST\" id=\"sendConfCodeRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/confirmphone\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"POST\" id=\"confirmPhoneRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/groups\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"GET\" id=\"getSubscribedGroupsForUserRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"POST\" id=\"subscribeToGroupRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"PUT\" id=\"updateGroupSubscriptionRest\"> <request> <representation mediaType=\"application/xml\"/> </request> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/groups/{groupId}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:int\" style=\"template\" name=\"groupId\"/> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"DELETE\" id=\"unsubscribeToGroupRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/userlists\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"GET\" id=\"getSubscribedListForUserRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> <resource path=\"/{email}/userlists/{listId}\"> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:int\" style=\"template\" name=\"listId\"/> <param xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" type=\"xs:string\" style=\"template\" name=\"email\"/> <method name=\"POST\" id=\"subscribeToListRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> <method name=\"DELETE\" id=\"unsubscribeToListRest\"> <response> <representation mediaType=\"application/xml\"/> </response> </method> </resource> </resource> </resources> </application>"
\ No newline at end of file
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