promoteRequest element
Type: | stagingPromoteRequestDTO |
Namespace: | (default namespace) |
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<promoteRequest>
<data>
<description>...</description>
<stagedRepositoryId>...</stagedRepositoryId>
<targetRepositoryId>...</targetRepositoryId>
</data>
</promoteRequest>
Example JSON
{
"data" : {
"description" : "...",
"stagedRepositoryId" : "...",
"targetRepositoryId" : "..."
}
}