Skip to content

Commit

Permalink
APIS-4281 - Added /application to RAML as it's needed from Prod -> Li…
Browse files Browse the repository at this point in the history
…ve for mergeroo
  • Loading branch information
adampridmore committed Mar 13, 2019
1 parent 2ac75ac commit 1ceae1c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ uses:
securedBy: [ sec.x-application ]

/application:
get:
is: [headers.acceptHeader]
securedBy: [ sec.x-application ]

post:
is: [headers.acceptHeader]
securedBy: [ sec.x-application ]
Expand Down

0 comments on commit 1ceae1c

Please sign in to comment.