}
public ClientApiWorkspacePublishResponse publish (String publishData) throws ApiException {
Object postBody = null;
// verify required params are set
if(publishData == null ) {
throw new ApiException(400, "missing required params");
}
// create path and map variables
String path = "/workspace/publish".replaceAll("\\{format\\}","json");
// query params