Skip to content

Commit

Permalink
Fix blank lines in api.raml
Browse files Browse the repository at this point in the history
  • Loading branch information
akscram committed Dec 15, 2016
1 parent b81830c commit c20312f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions raml/api.raml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ mediaType: application/json
schema: !include schemas/200.json
example: !include response_examples/200/status_health.json


/status/availability/{period}:
uriParameters:
period:
Expand All @@ -164,7 +163,6 @@ mediaType: application/json
schema: !include schemas/200.json
example: !include response_examples/200/status_availability.json


/status/performance/{period}:
uriParameters:
period:
Expand Down

0 comments on commit c20312f

Please sign in to comment.