Skip to content

Commit 69903b8

Browse files
committed
Deploying to gh-pages from @ 6b0a060 🚀
1 parent 6fdb6ae commit 69903b8

File tree

76 files changed

+50
-72124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+50
-72124
lines changed

documentation/api/index.html

+49-7
Original file line numberDiff line numberDiff line change
@@ -522,18 +522,16 @@ <h4 id="v1-prison-prisonid-prisoners-hmppsid-balances-accountcode-get-responses"
522522

523523
<pre><code>{
524524
"data": {
525-
"balances": [
526-
{
527-
"accountCode": "string",
528-
"amount": "integer"
529-
}
530-
]
525+
"balance": {
526+
"accountCode": "string",
527+
"amount": "integer"
528+
}
531529
}
532530
}</code></pre>
533531

534532
</td>
535533
<td>
536-
<a href='#schema-dataresponsebalances'>DataResponseBalances</a>
534+
<a href='#schema-dataresponsebalance'>DataResponseBalance</a>
537535
</td>
538536
</tr>
539537

@@ -5755,6 +5753,50 @@ <h3 id="schema-dataresponsebalances">DataResponseBalances</h3>
57555753
</tbody>
57565754
</table>
57575755

5756+
<h3 id="schema-balance">Balance</h3>
5757+
5758+
5759+
<table class='schema-balance'>
5760+
<thead>
5761+
<tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th><th>Schema</th></tr>
5762+
</thead>
5763+
<tbody>
5764+
5765+
<tr>
5766+
<td>balance</td>
5767+
<td>object</td>
5768+
<td>true</td>
5769+
<td></td>
5770+
<td>
5771+
<a href='#schema-accountbalance'>AccountBalance</a>
5772+
</td>
5773+
</tr>
5774+
5775+
</tbody>
5776+
</table>
5777+
5778+
<h3 id="schema-dataresponsebalance">DataResponseBalance</h3>
5779+
5780+
5781+
<table class='schema-dataresponsebalance'>
5782+
<thead>
5783+
<tr><th>Name</th><th>Type</th><th>Required</th><th>Description</th><th>Schema</th></tr>
5784+
</thead>
5785+
<tbody>
5786+
5787+
<tr>
5788+
<td>data</td>
5789+
<td>object</td>
5790+
<td>true</td>
5791+
<td></td>
5792+
<td>
5793+
<a href='#schema-balance'>Balance</a>
5794+
</td>
5795+
</tr>
5796+
5797+
</tbody>
5798+
</table>
5799+
57585800
<h3 id="schema-alias">Alias</h3>
57595801

57605802

drafts/HMAI-99-fix-return-type/api-changes-and-versioning.html

-379
This file was deleted.

drafts/HMAI-99-fix-return-type/api/pages.json

-1
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

drafts/HMAI-99-fix-return-type/assets/govuk/assets/images/favicon.svg

-1
This file was deleted.

drafts/HMAI-99-fix-return-type/assets/govuk/assets/images/govuk-crest.svg

-1
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

drafts/HMAI-99-fix-return-type/assets/govuk/assets/images/govuk-icon-mask.svg

-1
This file was deleted.

drafts/HMAI-99-fix-return-type/assets/govuk/assets/manifest.json

-39
This file was deleted.

0 commit comments

Comments
 (0)