Skip to content

Commit

Permalink
Merge pull request #138 from hmrc/version-release
Browse files Browse the repository at this point in the history
[version-release] update changelog for v.1.0.0 release
  • Loading branch information
narendravijayarao authored Apr 26, 2018
2 parents 46bee2a + 7ee9d4b commit 87d071a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-ET.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.1](https://github.com/hmrc/vat-api/releases/tag/v1.0.1) 26-Apr-2018
* Updated libraries and scoverage settings
* Updated documentation to remove test only tags for endpoints ready for production

## [0.22.0](https://github.com/hmrc/vat-api/releases/tag/v0.22.0) 24-Apr-2018

* Removed excessive retrievals where NRS is not needed
Expand Down
22 changes: 13 additions & 9 deletions public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ documentation:
content: !include docs/technicalSupport.md
- title: Sandbox
content: !include docs/sandbox.md
- title: Versioning
content: !include https://developer.service.hmrc.gov.uk/api-documentation/assets/common/docs/versioning.md
- title: Errors
content: !include https://developer.service.hmrc.gov.uk/api-documentation/assets/common/docs/errors.md


traits:
Expand Down Expand Up @@ -58,10 +62,10 @@ traits:
type: string
example: "123456789"
/obligations:
displayName: Retrieve VAT obligations [test only]
displayName: Retrieve VAT obligations
description: Retrieve VAT obligations
get:
displayName: Retrieve VAT obligations [test only]
displayName: Retrieve VAT obligations
description: Retrieve VAT obligations
(annotations.sandboxData): !include scenarios/vat-obligation-scenarios.md
is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised]
Expand Down Expand Up @@ -119,7 +123,7 @@ traits:
value:
code: INVALID_STATUS
/returns:
displayName: VAT Returns [test only]
displayName: VAT Returns
description: Submit and read VAT returns
/{periodKey}:
uriParameters:
Expand All @@ -128,7 +132,7 @@ traits:
type: string
example: "18AD, 18A1, #001"
get:
displayName: View VAT Return [test only]
displayName: View VAT Return
description: Retrieve a submitted VAT return
(annotations.sandboxData): !include scenarios/vat-retrieve-returns-scenarios.md
is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised]
Expand Down Expand Up @@ -168,7 +172,7 @@ traits:
code: DATE_RANGE_TOO_LARGE
404:
post:
displayName: Submit VAT return for period [test only]
displayName: Submit VAT return for period
description: Submit VAT return for period
(annotations.sandboxData): !include scenarios/vat-submit-returns-scenarios.md
is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised]
Expand Down Expand Up @@ -240,10 +244,10 @@ traits:
value:
code: DUPLICATE_SUBMISSION
/liabilities:
displayName: Retrieve VAT liabilities [test only]
displayName: Retrieve VAT liabilities
description: Retrieve VAT liabilities
get:
displayName: Retrieve VAT liabilities [test only]
displayName: Retrieve VAT liabilities
description: Retrieve VAT liabilities
(annotations.sandboxData): !include scenarios/vat-liabilities-scenarios.md
is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised]
Expand Down Expand Up @@ -292,10 +296,10 @@ traits:
value:
code: INVALID_DATE_RANGE
/payments:
displayName: Retrieve VAT payments [test only]
displayName: Retrieve VAT payments
description: Retrieve VAT payments
get:
displayName: Retrieve VAT payments [test only]
displayName: Retrieve VAT payments
description: Retrieve VAT payments
(annotations.sandboxData): !include scenarios/vat-payments-scenarios.md
is: [headers.acceptHeader, contentType, testScenarioHeader, clientOrAgentNotAuthorised]
Expand Down

0 comments on commit 87d071a

Please sign in to comment.