Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. .post('/').description('Create a new store').type(Store_V1_0).outType(Store_V1_0)
  2. .consumes('application/x.canopy.store+json; version=1.0, application/x.canopy.store+json; version=2.0')
  3. .produces('application/x.canopy.store+json; version=1.0, application/x.canopy.store+json; version=2.0' )
  4. .param().name('body').type(body).description('The store to create').endParam()
  5. .route()
  6. .to('log:com.acme.api.store?level=INFO&showHeaders=true')
  7. .endRest()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement