Gabor Boros created AMBARI-23681:
------------------------------------
Summary: 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
Fix For: 2.7.0
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)