mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-12 15:54:17 +00:00
Merge remote-tracking branch 'origin/master' into 4.0.x
This commit is contained in:
@@ -17,7 +17,7 @@ public interface AnotherFakeApi extends ApiClient.Api {
|
||||
|
||||
/**
|
||||
* To test special tags
|
||||
* To test special tags
|
||||
* To test special tags and operation ID starting with number
|
||||
* @param client client model (required)
|
||||
* @return Client
|
||||
*/
|
||||
@@ -26,5 +26,5 @@ public interface AnotherFakeApi extends ApiClient.Api {
|
||||
"Content-Type: application/json",
|
||||
"Accept: application/json",
|
||||
})
|
||||
Client testSpecialTags(Client client);
|
||||
Client call123testSpecialTags(Client client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user