MtpProjectRequest
Is used as a body container for MTP Project requests
namestringrequired
The (display) name of the MTP project
Possible values: non-empty
descriptionstringnullable
A detailed description text about the MTP project
MtpProjectRequest
{
"name": "string",
"description": "string"
}