Skip to content

Commit

Permalink
improve and de-dupe service titles
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 11, 2023
1 parent cd3b22c commit 43bbed6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/bower/bower-license.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class BowerLicense extends BaseBowerService {
static openApi = {
'/bower/l/{packageName}': {
get: {
summary: 'Bower',
summary: 'Bower License',
parameters: pathParams({
name: 'packageName',
example: 'bootstrap',
Expand Down
2 changes: 1 addition & 1 deletion services/galaxytoolshed/galaxytoolshed-activity.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class GalaxyToolshedCreatedDate extends BaseGalaxyToolshedService
static openApi = {
'/galaxytoolshed/created-date/{repository}/{owner}': {
get: {
summary: 'Galaxy Toolshed (created date)',
summary: 'Galaxy Toolshed - Created Date',
parameters: pathParams(
{
name: 'repository',
Expand Down
2 changes: 1 addition & 1 deletion services/jenkins/jenkins-plugin-version.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class JenkinsPluginVersion extends BaseService {
static openApi = {
'/jenkins/plugin/v/{plugin}': {
get: {
summary: 'Jenkins Plugins',
summary: 'Jenkins Plugin Version',
parameters: pathParams({
name: 'plugin',
example: 'blueocean',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class PuppetforgeModulePdkVersion extends BasePuppetForgeModulesS
static openApi = {
'/puppetforge/pdk-version/{user}/{moduleName}': {
get: {
summary: 'Puppet Forge PDK version',
summary: 'Puppet Forge - PDK version',
parameters: pathParams(
{
name: 'user',
Expand Down

0 comments on commit 43bbed6

Please sign in to comment.