Skip to content

Commit 88c3a7f

Browse files
committed
VED-79: add content type
1 parent 97fccd0 commit 88c3a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mns_subscription/src/mns_service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(self, authenticator: AppRestrictedAuth):
1919
def subscribe_notification(self) -> dict | None:
2020
access_token = self.authenticator.get_access_token()
2121
request_headers = {
22+
'Content-Type': 'application/fhir+json',
2223
'Authorization': f'Bearer {access_token}',
2324
'X-Correlation-ID': str(uuid.uuid4())
2425
}

0 commit comments

Comments
 (0)