Skip to content

Commit b411022

Browse files
committed
Update User-Agent value in msgraph_api_headers.go
1 parent 7a727a1 commit b411022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apihandlers/msgraph/msgraph_api_headers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (g *GraphAPIHandler) GetAPIRequestHeaders(endpoint string) map[string]strin
6464
"Accept": g.GetAcceptHeader(), // Dynamically set based on API requirements.
6565
"Content-Type": g.GetContentTypeHeader(endpoint, g.Logger), // Dynamically set based on the endpoint.
6666
"Authorization": "", // To be set by the client with the actual token.
67-
"User-Agent": "go-api-http-client-graph-handler", // To be set by the client, usually with application info.
67+
"User-Agent": "go-api-http-client-msgraph-handler", // To be set by the client, usually with application info.
6868
}
6969
return headers
7070
}

0 commit comments

Comments
 (0)