Move the singleRequestParameter template into a separate file (#21489)

* Move the singleRequestParameter template into a separate file

* Update formatting of non-singleRequestParameter webclient and restclient samples
This commit is contained in:
Mattias Sehlstedt
2025-07-02 09:18:52 +02:00
committed by GitHub
parent e948355127
commit 050dcae3ab
54 changed files with 812 additions and 690 deletions

View File

@@ -46,7 +46,6 @@ public class AnotherFakeApi {
this.apiClient = apiClient;
}
/**
* To test special tags
* To test special tags and operation ID starting with number

View File

@@ -46,7 +46,6 @@ public class DefaultApi {
this.apiClient = apiClient;
}
/**
*
*

View File

@@ -60,7 +60,6 @@ public class FakeApi {
this.apiClient = apiClient;
}
/**
*
* for Java apache and Java native, test toUrlQueryString for maps with BegDecimal keys

View File

@@ -46,7 +46,6 @@ public class FakeClassnameTags123Api {
this.apiClient = apiClient;
}
/**
* To test class name in snake case
* To test class name in snake case

View File

@@ -49,7 +49,6 @@ public class PetApi {
this.apiClient = apiClient;
}
/**
* Add a new pet to the store
*

View File

@@ -46,7 +46,6 @@ public class StoreApi {
this.apiClient = apiClient;
}
/**
* Delete purchase order by ID
* For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

View File

@@ -47,7 +47,6 @@ public class UserApi {
this.apiClient = apiClient;
}
/**
* Create user
* This can only be done by the logged in user.