<div dir="ltr">Hi ,<div><br></div><div>I&#39;m trying to use the endpoint : </div><div><br></div><div><a href="http://localhost:8080/apiman/plugins/">http://localhost:8080/apiman/plugins/</a> [ POST ]<br></div><div><br></div><div>&#39; Use this endpoint to add a plugin to apiman. &#39;<br></div><div><br></div><div>Using this object representation: </div><div><br></div><div><div>let plug = {</div><div>    name: &#39;the-new-plugin&#39;,</div><div>    description: &#39;the description&#39;,</div><div>    type: &#39;plugs&#39;,</div><div>    version: &#39;1.0.0.Final&#39;,</div><div>    groupId: &#39;org.myplugins&#39;,</div><div>    artifactId: &#39;superplugin&#39;,</div><div>    classifier: &#39;1&#39;,</div><div>    upgrade: false</div><div>};</div></div><div><br></div><div>And I&#39;m getting this error : </div><div><br></div><div> type: &#39;PluginNotFoundException&#39;,<br></div><div><div>  errorCode: 12002,</div><div>  message: &#39;org.myplugins:superplugin:1.0.0.Final-1:plugs&#39;,</div><div>  moreInfoUrl: null,</div><div>  stacktrace: &#39;io.apiman.manager.api.rest.contract.exceptions.PluginNotFoundException:</div></div><div>  ...</div><div><br></div><div>Maybe I&#39;m populating the object with wrong values ? [ e.g classifier ? ] </div><div><br></div><div>Thanks</div><div><br><div><br></div></div></div>