[ 
https://issues.apache.org/jira/browse/AMBARI-23681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16452289#comment-16452289
 ] 

Hudson commented on AMBARI-23681:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9113 (See 
[https://builds.apache.org/job/Ambari-trunk-Commit/9113/])
AMBARI-23681. Capitalize API references for Swagger (#1089) 
(6454655+adoroszlai: 
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=094a06e77420097bc6927e7e3a85c2fe25c5e9f5])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/api/services/ClusterService.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/api/services/RootServiceService.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/api/services/SettingService.java
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/api/services/HostService.java


> Ensure all API Reference names have the first letter capitalized
> ----------------------------------------------------------------
>
>                 Key: AMBARI-23681
>                 URL: https://issues.apache.org/jira/browse/AMBARI-23681
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>            Reporter: Gabor Boros
>            Assignee: Gabor Boros
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Things like Actions, Alerts, Blueprints, are all good, we just need to ensure 
> the the following are capitalized:
>  * hosts should be Hosts
>  * services should be Services
>  * settings should be Settings
>  * clusters should be Clusters
> Fix errors shown using swagger-ui (not shown in generated HTML file):
> {code:java}
> Semantic error at paths./services/{serviceName}/hosts
> Declared path parameter "serviceName" needs to be defined as a path parameter 
> at either the path or operation level
> Jump to line 3312
> Semantic error at paths./services/{serviceName}/hosts/{hostName}
> Declared path parameter "serviceName" needs to be defined as a path parameter 
> at either the path or operation level
> Jump to line 3343
> Semantic error at 
> paths./views/{viewName}/versions/{version}/instances/{instanceName}/privileges
> Declared path parameter "version" needs to be defined within every operation 
> in the path (missing in "delete"), or moved to the path-level parameters 
> object
> Jump to line 6267{code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to