We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fccd0 commit 88c3a7fCopy full SHA for 88c3a7f
mns_subscription/src/mns_service.py
@@ -19,6 +19,7 @@ def __init__(self, authenticator: AppRestrictedAuth):
19
def subscribe_notification(self) -> dict | None:
20
access_token = self.authenticator.get_access_token()
21
request_headers = {
22
+ 'Content-Type': 'application/fhir+json',
23
'Authorization': f'Bearer {access_token}',
24
'X-Correlation-ID': str(uuid.uuid4())
25
}
0 commit comments