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 a7bf2cc commit 1885a89Copy full SHA for 1885a89
client/project_binding.go
@@ -105,8 +105,8 @@ func (c *MeshStackProviderClient) createProjectBinding(binding *MeshProjectBindi
105
if err != nil {
106
return nil, err
107
}
108
- req.Header.Set("Content-Type", CONTENT_TYPE_PROJECT_GROUP_BINDING)
109
- req.Header.Set("Accept", CONTENT_TYPE_PROJECT_GROUP_BINDING)
+ req.Header.Set("Content-Type", contentType)
+ req.Header.Set("Accept", contentType)
110
111
res, err := c.doAuthenticatedRequest(req)
112
0 commit comments