Closed asbjornu closed 10 years ago
As per the TeamCity REST API documentation, to create a project you need to POST the plain text name, so the content type needs to be "text/plain" and not "application/xml". This should fix issue #70.
As per the TeamCity REST API documentation, to create a project you need to POST the plain text name, so the content type needs to be "text/plain" and not "application/xml". This should fix issue #70.