diff --git a/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md b/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md
index f5a017af..152cfccc 100644
--- a/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md
+++ b/slate/source/includes/releasenotes/releasenotes.1.30.0.html.md
@@ -21,7 +21,7 @@ This release addresses the following minor defects raised on [Standards Staging]
This release addresses the following change requests raised on [Standards Maintenance](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues):
-- [Standards Maintenance #XXX - Title](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/XXX)
+- [Standards Maintenance #629 - Maintenance Iteration 18 Holistic Feedback](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629)
### Decision Proposals
@@ -46,6 +46,7 @@ This release addresses the following Decision Proposals published on [Standards]
## High Level Standards
|Change|Description|Link|
|------|-----------|----|
+| Updated Non-normative Example | [**Standards Maintenance #629**](https://github.com/ConsumerDataStandardsAustralia/standards-maintenance/issues/629#issuecomment-1968023646): Removed incorrect Non-normative Example showing `Accept-Encoding: charset=UTF-8` | [HTTP Headers](../../#http-headers)
## API Endpoints
diff --git a/slate/source/includes/standards/_headers.md b/slate/source/includes/standards/_headers.md
index 65e0dde3..a987abbe 100644
--- a/slate/source/includes/standards/_headers.md
+++ b/slate/source/includes/standards/_headers.md
@@ -5,27 +5,30 @@ Supported HTTP headers, and their usage, for the standards are as laid out in th
### Request Headers
>A sample set of headers requesting version 3 to 5:
-`Content-Type : application/json;charset=UTF-8`
-`Accept : application/json;charset=UTF-8`
-`x-v : 5`
-`x-min-v : 3`
-`x-fapi-interaction-id : 6ba7b814-9dad-11d1-80b4-00c04fd430c8`
-`x-fapi-auth-date : Thu, 16 Jan 2020 16:50:15 GMT`
-`x-fapi-customer-ip-address : 2001:0db8:85a3:0000:0000:8a2e:0370:7334`
-`x-cds-client-headers : TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzkuMC4zOTQ1Ljg4IFNhZmFyaS81MzcuMzY=`
+`Content-Type: application/json;charset=UTF-8`
+`Accept: application/json;charset=UTF-8`
+`x-v: 5`
+`x-min-v: 3`
+`x-fapi-interaction-id: 6ba7b814-9dad-11d1-80b4-00c04fd430c8`
+`x-fapi-auth-date: Thu, 16 Jan 2020 16:50:15 GMT`
+`x-fapi-customer-ip-address: 2001:0db8:85a3:0000:0000:8a2e:0370:7334`
+`x-cds-client-headers: TW96aWxsYS81LjAgKFgxMTsgTGludXggeDg2XzY0KSBBcHBsZVdlYktpdC81MzcuMzYgKEtIVE1MLCBsaWtlIEdlY2tvKSBDaHJvbWUvNzkuMC4zOTQ1Ljg4IFNhZmFyaS81MzcuMzY=`
>A Data Holder must be able to process Content-Type headers in accordance with [RFC7231]. The following would be valid:
`Content-Type: application/json;charset=UTF-8`
-`Content-Type: application/json`
+`Content-Type: application/json`
`Content-Type: AppliCAtion/JSon;Charset=uTf-8`
+```diff
+Removed incorrect Non-normative Example showing `Accept-Encoding: charset=UTF-8`
+```
+
>A Data Holder must be able to process Accept headers in accordance with [RFC7231]. The following would be valid:
`Accept: */*`
`Accept: application/json;charset=UTF-8`
`Accept: application/json`
-`Accept-Encoding: charset=UTF-8`
`Accept: AppliCAtion/JSon;Charset=uTf-8`
Header Field | Description | Mandatory?