Skip to content

Commit

Permalink
CIRC-1932 merge slips ramls into one
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-barannyk committed Oct 31, 2023
1 parent bdf53e8 commit a2164b9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
12 changes: 9 additions & 3 deletions ramls/pick-slips.raml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#%RAML 1.0
title: Pick Slips
title: Slips
version: v0.3
protocols: [ HTTP, HTTPS ]
baseUri: http://localhost:9130

documentation:
- title: API for fetching current pick slips
content: <b>API for pick slips generation</b>
- title: API for fetching current pick and search slips
content: <b>API for pick and search slips generation</b>

types:
pick-slips: !include pick-slips-response.json
Expand All @@ -24,3 +24,9 @@ resourceTypes:
collection-get:
exampleCollection: !include examples/pick-slips-response.json
schemaCollection: pick-slips
/search-slips:
/{servicePointId}:
type:
collection-get:
exampleCollection: !include examples/pick-slips-response.json
schemaCollection: search-slips
26 changes: 0 additions & 26 deletions ramls/search-slips.raml

This file was deleted.

0 comments on commit a2164b9

Please sign in to comment.