We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83ea7e commit ca7bb5aCopy full SHA for ca7bb5a
catalog/api/app.py
@@ -621,7 +621,7 @@ async def catalog_item_incidents(request):
621
stage = request.match_info.get('stage')
622
data = await request.json()
623
headers = {
624
- 'Authorization': f"Bearer {reporting_api_authorization_token}"
+ 'Authorization': f"Bearer {reporting_api_authorization_token}",
625
'Content-Type': 'application/json'
626
}
627
return await api_proxy(
0 commit comments