Skip to content

Commit

Permalink
Fix broken file reference in RAML
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrankine committed Oct 1, 2018
1 parent 54edb23 commit 1530005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APIs/ConnectionAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ documentation:
The response object provides the HTTP status code that would have been
returned by each receiver had the request been carried out individually.
body:
type: !include schemas/v1.0-bulk-response.json
type: !include schemas/v1.0-bulk-response-schema.json
example: !include ../examples/v1.0-bulk-post-confirm.json
400:
description: >
Expand Down

0 comments on commit 1530005

Please sign in to comment.