Skip to content

Commit 08a5e81

Browse files
authored
better wording for apiNameSuffix option description (#4045)
1 parent 83d64b7 commit 08a5e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/CodegenConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static enum ENUM_PROPERTY_NAMING_TYPE {camelCase, PascalCase, snake_case,
207207
public static final String SERIALIZATION_LIBRARY = "serializationLibrary";
208208

209209
public static final String API_NAME_SUFFIX = "apiNameSuffix";
210-
public static final String API_NAME_SUFFIX_DESC = "Suffix that will be appended to all api names.";
210+
public static final String API_NAME_SUFFIX_DESC = "Suffix that will be appended to all API names ('tags'). Default: Api. e.g. Pet => PetApi. Note: Only ruby, python, jaxrs generators suppport this feature at the moment.";
211211

212212
public static final String MODEL_NAME_PREFIX = "modelNamePrefix";
213213
public static final String MODEL_NAME_PREFIX_DESC = "Prefix that will be prepended to all model names.";

0 commit comments

Comments
 (0)