Skip to content

Commit

Permalink
MTDSA-17334: added stateful and dynamic header in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseWong98 committed Jun 26, 2023
1 parent f0a53f5 commit 58ec873
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion resources/public/api/conf/common/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,15 @@ It may not be possible to test all scenarios in the sandbox. You can test some s

If you have a specific testing need that is not supported in the sandbox, contact <a href="/developer/support">our support team</a>.

Some APIs may be marked \[test only\]. This means that they are not available for use in production and may change.
Some APIs may be marked \[test only\]. This means that they are not available for use in production and may change.

### Stateful
Some endpoints support STATEFUL gov test scenarios. Stateful scenarios work with groups of endpoints that represent particular types of submissions. For each type you can POST (or PUT) to submit or amend data, GET to retrieve or list data and DELETE to delete data. For example, with a STATEFUL gov test scenario a retrieval will return data based on what you submitted.

The following groups are stateful in the sandbox:
- Disclosures

### Dynamic
Some endpoints support DYNAMIC gov test scenarios. The response is dynamic based on the request parameters:
- Retrieve Disclosures

0 comments on commit 58ec873

Please sign in to comment.