Skip to content

Commit

Permalink
APIS-6689: update documentation to remove requires trust Co-authored-…
Browse files Browse the repository at this point in the history
…by: Andy Spaven <[email protected]> (#106)
  • Loading branch information
mattclark-zerogravit authored Jan 24, 2024
1 parent 8202c9c commit 7d02138
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions app/resources/api-definition-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@
"type": "boolean",
"default": false
},
"requiresTrust": {
"description": "DEPRECATED. This has been superseded by Private API access",
"type": "boolean",
"default": false
},
"categories": {
"description": "The list of service groups the API will be categorised by.",
"type": "array",
Expand Down
1 change: 0 additions & 1 deletion docs/api-definition.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Details of the API
| --- | --- | --- | --- | --- |
| `name` | _string_ | Required | ^[A-Z]{1}.*$ | The name for the API (title case i.e. Individual Benefits, not Individual benefits). |
| `versions` | _object[]_ | Required | [versions](#versions) | A list of the different versions of the API |
| `requiresTrust` | _boolean_ | Optional | False (default) | DEPRECATED. This has been superseded by Private API access |
| `context` | _string_ | Required | ^[a-z]+[a-z/\-]{4,}$ | The unique context for the API. This should be consistent with the HMRC Domain Model. See [API Domain Model](https://confluence.tools.tax.service.gov.uk/display/ApiPlatform/HMRC%27s+API+Domain+Model) |
| `isTestSupport` | _boolean_ | Optional | False (default) | Categorises the API as being a Test Support API |
| `categories` | _string[]_ | Optional | EXAMPLE<br>AGENTS<br>BUSINESS_RATES<br>CHARITIES<br>CONSTRUCTION_INDUSTRY_SCHEME<br>CORPORATION_TAX<br>CUSTOMS<br>ESTATES<br>HELP_TO_SAVE<br>INCOME_TAX_MTD<br>LIFETIME_ISA<br>MARRIAGE_ALLOWANCE<br>NATIONAL_INSURANCE<br>PAYE<br>PENSIONS<br>PRIVATE_GOVERNMENT<br>RELIEF_AT_SOURCE<br>SELF_ASSESSMENT<br>STAMP_DUTY<br>TRUSTS<br>VAT<br>VAT_MTD<br>OTHER | The list of service groups the API will be categorised by. |
Expand Down

0 comments on commit 7d02138

Please sign in to comment.