Working on building out some automation in Azure and trying to create a Project through the api and I have tried this through both a string query and a JSON body. But I keep running into an issue where I get the following response:
{
"error": {
"message": "name cannot be null",
"title": null,
"msgKey": "exception.attask",
"attributes": [
""
],
"code": 0
}
}
I do have the name field in the POST URI but still getting this. Any clues or help would be appreciated.