CreateVersion - POST
|
Path |
/api/projects/{projectId}/model/versions |
|---|---|
|
Http Method |
POST |
Overview
Required permissions
-
Write access to the Build module. BUILD WRITE
OR
-
Write access to the Source module. SOURCE WRITE
OR
-
Write access to the Verify module. VERIFY WRITE
OR
-
Write access to the Distribute module. Distribute WRITE
Request
Request body
JSON
{
"name":"7.0.0"
}
Response
Success response (200 OK)
JSON
{
"name": "7.0.0",
"userName": "Bob Marley",
"when": "2025-12-10T06:45:52+00:00"
}