Skip to content

Commit

Permalink
Merge pull request #940 from hmrc/remove-insolvent-teader_error
Browse files Browse the repository at this point in the history
remove insolvent traider from the errors in the penalties documentation
  • Loading branch information
rajanimohan22 authored Oct 7, 2022
2 parents 72f7852 + 7fd72d6 commit 128814f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/public/api/conf/1.0/application.raml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ traits:
displayName: Retrieve VAT penalties [test only]
description: Retrieves details of all the penalties that have been applied to a VAT account. Twenty-four months' worth of penalty information will be returned.
(annotations.sandboxData): !include scenarios/vat-penalties-scenarios.md
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised, ruleInsolventTrader]
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised]
(annotations.scope): "read:vat"
securedBy: [ sec.oauth_2_0: { scopes: [ "read:vat" ] } ]
responses:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ traits:
displayName: Retrieve VAT penalties [test only]
description: Retrieves details of all the penalties that have been applied to a VAT account. Twenty-four months' worth of penalty information will be returned.
(annotations.sandboxData): !include scenarios/vat-penalties-scenarios.md
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised, ruleInsolventTrader]
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised]
(annotations.scope): "read:vat"
securedBy: [ sec.oauth_2_0: { scopes: [ "read:vat" ] } ]
responses:
Expand Down Expand Up @@ -479,7 +479,7 @@ traits:
displayName: Retrieve financial details [test only]
description: Retrieves the financial details relating to a penalty that has been applied to a VAT account.
(annotations.sandboxData): !include scenarios/vat-financial-details-scenarios.md
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised, ruleInsolventTrader]
is: [headers.acceptHeader, testScenarioHeader, clientOrAgentNotAuthorised]
(annotations.scope): "read:vat"
securedBy: [ sec.oauth_2_0: { scopes: [ "read:vat" ] } ]
responses:
Expand Down

0 comments on commit 128814f

Please sign in to comment.