Skip to content

Commit 7c17415

Browse files
committed
Deploying to gh-pages from @ 4ecc6d3 🚀
1 parent 373d020 commit 7c17415

File tree

82 files changed

+30
-71022
lines changed

Some content is hidden

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

82 files changed

+30
-71022
lines changed

api-changes-and-versioning.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -304,17 +304,17 @@ <h2 id="uri-path">URI Path</h2>
304304
<div class="highlight"><pre class="highlight plaintext" tabindex="0"><code>https://integration-api.hmpps.service.justice.gov.uk/v1/images/123456
305305
</code></pre></div><p>Versions will increment by major version only and no minor version updates will be supported.</p>
306306

307-
<div data-module='page-expiry' data-last-reviewed-on="2024-12-03">
307+
<div data-module='page-expiry' data-last-reviewed-on="2025-04-07">
308308
<div class='page-expiry--not-expired'>
309-
This page was last reviewed on 3 September 2024.
309+
This page was last reviewed on 7 January 2025.
310310

311-
It needs to be reviewed again on 3 December 2024
311+
It needs to be reviewed again on 7 April 2025
312312
by the page owner <a href="">#hmpps-integration-api-alerts</a>
313313
.
314314
</div>
315315

316316
<div class='page-expiry--expired' hidden>
317-
This page was set to be reviewed before 3 December 2024
317+
This page was set to be reviewed before 7 April 2025
318318
by the page owner <a href="">#hmpps-integration-api-alerts</a>.
319319
This might mean the content is out of date.
320320
</div>

api/pages.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"title":"Search","url":"../search/index.html","review_by":null,"owner_slack":null},{"title":"Authentication","url":"../authentication.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"About","url":"../index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"API Changes and Versioning","url":"../api-changes-and-versioning.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Open API Specification","url":"../documentation/api/index.html","review_by":"2024-12-03","owner_slack":"\u0026#35;hmpps-integration-api-alerts (Slack Channel)"},{"title":"Architecture Decision Records","url":"../documentation/adr/index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Get started","url":"../documentation/get-started/index.html","review_by":"2024-12-03","owner_slack":"#hmpps-integration-api-alerts"}]
1+
[{"title":"Search","url":"../search/index.html","review_by":null,"owner_slack":null},{"title":"Authentication","url":"../authentication.html","review_by":"2025-04-07","owner_slack":"#hmpps-integration-api-alerts"},{"title":"About","url":"../index.html","review_by":"2025-04-07","owner_slack":"#hmpps-integration-api-alerts"},{"title":"API Changes and Versioning","url":"../api-changes-and-versioning.html","review_by":"2025-04-07","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Open API Specification","url":"../documentation/api/index.html","review_by":"2025-04-07","owner_slack":"\u0026#35;hmpps-integration-api-alerts (Slack Channel)"},{"title":"Architecture Decision Records","url":"../documentation/adr/index.html","review_by":"2025-04-07","owner_slack":"#hmpps-integration-api-alerts"},{"title":"Get started","url":"../documentation/get-started/index.html","review_by":"2025-04-07","owner_slack":"#hmpps-integration-api-alerts"}]

authentication.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -295,17 +295,17 @@ <h3 id="example-create-and-read-a-temporary-sqs-token">Example: Create and Read
295295
<p>To make an authenticated token request to the API using the client-specific TLS certificate, private key and API key:</p>
296296
<div class="highlight"><pre class="highlight shell" tabindex="0"><code>curl <span class="nt">--cert</span> &lt;client-cert-file&gt; <span class="nt">--key</span> &lt;client-key-file&gt; <span class="nt">-X</span> POST https://&lt;environment&gt;.integration-api.hmpps.service.justice.gov.uk/token <span class="nt">-H</span> <span class="s1">'x-api-key: &lt;api-key&gt;'</span>
297297
</code></pre></div>
298-
<div data-module='page-expiry' data-last-reviewed-on="2024-12-03">
298+
<div data-module='page-expiry' data-last-reviewed-on="2025-04-07">
299299
<div class='page-expiry--not-expired'>
300-
This page was last reviewed on 3 September 2024.
300+
This page was last reviewed on 7 January 2025.
301301

302-
It needs to be reviewed again on 3 December 2024
302+
It needs to be reviewed again on 7 April 2025
303303
by the page owner <a href="">#hmpps-integration-api-alerts</a>
304304
.
305305
</div>
306306

307307
<div class='page-expiry--expired' hidden>
308-
This page was set to be reviewed before 3 December 2024
308+
This page was set to be reviewed before 7 April 2025
309309
by the page owner <a href="">#hmpps-integration-api-alerts</a>.
310310
This might mean the content is out of date.
311311
</div>

documentation/adr/index.html

+8-4
Original file line numberDiff line numberDiff line change
@@ -294,20 +294,24 @@ <h1 id="relevant-architecture-decision-records">Relevant Architecture Decision R
294294
<td><strong class="govuk-tag--green">ACCEPTED</strong></td>
295295
<td>0007</td>
296296
<td><a href="https://github.com/ministryofjustice/hmpps-integration-api/blob/main/docs/adr/0007-version-through-url-path.md">Version through URL path</a></td>
297+
</tr><tr>
298+
<td><strong class="govuk-tag--green">ACCEPTED</strong></td>
299+
<td>0012</td>
300+
<td><a href="https://github.com/ministryofjustice/hmpps-integration-api/blob/main/docs/adr/0012-endpoint-naming.md">Endpoint Naming Strategy</a></td>
297301
</tr>
298302
</table>
299303
</div>
300-
<div data-module='page-expiry' data-last-reviewed-on="2024-12-03">
304+
<div data-module='page-expiry' data-last-reviewed-on="2025-04-07">
301305
<div class='page-expiry--not-expired'>
302-
This page was last reviewed on 3 September 2024.
306+
This page was last reviewed on 7 January 2025.
303307

304-
It needs to be reviewed again on 3 December 2024
308+
It needs to be reviewed again on 7 April 2025
305309
by the page owner <a href="">#hmpps-integration-api-alerts</a>
306310
.
307311
</div>
308312

309313
<div class='page-expiry--expired' hidden>
310-
This page was set to be reviewed before 3 December 2024
314+
This page was set to be reviewed before 7 April 2025
311315
by the page owner <a href="">#hmpps-integration-api-alerts</a>.
312316
This might mean the content is out of date.
313317
</div>

documentation/api/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -11899,17 +11899,17 @@ <h3 id="schema-internalservererror">InternalServerError</h3>
1189911899
<h2 id="openapi-specification">OpenAPI Specification</h2>
1190011900
<p><a href="https://ministryofjustice.github.io/hmpps-integration-api/openapi/api-docs.json">View our OpenAPI specification file in JSON format</a>.</p>
1190111901

11902-
<div data-module='page-expiry' data-last-reviewed-on="2024-12-03">
11902+
<div data-module='page-expiry' data-last-reviewed-on="2025-04-07">
1190311903
<div class='page-expiry--not-expired'>
11904-
This page was last reviewed on 3 September 2024.
11904+
This page was last reviewed on 7 January 2025.
1190511905

11906-
It needs to be reviewed again on 3 December 2024
11906+
It needs to be reviewed again on 7 April 2025
1190711907
by the page owner <a href="">&#35;hmpps-integration-api-alerts (Slack Channel)</a>
1190811908
.
1190911909
</div>
1191011910

1191111911
<div class='page-expiry--expired' hidden>
11912-
This page was set to be reviewed before 3 December 2024
11912+
This page was set to be reviewed before 7 April 2025
1191311913
by the page owner <a href="">&#35;hmpps-integration-api-alerts (Slack Channel)</a>.
1191411914
This might mean the content is out of date.
1191511915
</div>

documentation/get-started/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -290,17 +290,17 @@ <h2 id="request-access">Request access</h2>
290290
<h2 id="explore-available-endpoints">Explore Available Endpoints</h2>
291291
<p>You will have access to all our <a href="../api/">endpoints</a>.</p>
292292

293-
<div data-module='page-expiry' data-last-reviewed-on="2024-12-03">
293+
<div data-module='page-expiry' data-last-reviewed-on="2025-04-07">
294294
<div class='page-expiry--not-expired'>
295-
This page was last reviewed on 3 September 2024.
295+
This page was last reviewed on 7 January 2025.
296296

297-
It needs to be reviewed again on 3 December 2024
297+
It needs to be reviewed again on 7 April 2025
298298
by the page owner <a href="">#hmpps-integration-api-alerts</a>
299299
.
300300
</div>
301301

302302
<div class='page-expiry--expired' hidden>
303-
This page was set to be reviewed before 3 December 2024
303+
This page was set to be reviewed before 7 April 2025
304304
by the page owner <a href="">#hmpps-integration-api-alerts</a>.
305305
This might mean the content is out of date.
306306
</div>

0 commit comments

Comments
 (0)