MetadataAddRequest Data Type
- Available Since
- 1.4-M4
| name | data type | description |
|---|---|---|
| artifactId | string | |
| groupId | string | |
| metadatas | object | |
| version | string |
Example
{
"groupId" : "...",
"artifactId" : "...",
"version" : "...",
"metadatas" : {
"property1" : "...",
"property2" : "..."
}
}