forked from loafle/openapi-generator-original
[cpp rest-sdk] Reponse headers handler (#1511)
* Add support to set a Response headers handler * Update PetStore * Fix missing names * Update PetStore
This commit is contained in:
committed by
sunn
parent
cf04ba30db
commit
dd33434064
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* OpenAPI spec version: 1.0.0
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI-Generator 3.3.3-SNAPSHOT.
|
||||
* NOTE: This class is auto generated by OpenAPI-Generator 3.3.0-SNAPSHOT.
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "HttpContent.h"
|
||||
#include "Pet.h"
|
||||
#include <cpprest/details/basic_types.h>
|
||||
|
||||
#include "../ModelBase.h"
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
|
||||
@@ -63,7 +63,7 @@ public:
|
||||
///
|
||||
/// </remarks>
|
||||
/// <param name="petId">Pet id to delete</param>
|
||||
/// <param name="apiKey"> (optional, default to utility::conversions::to_string_t(""))</param>
|
||||
/// <param name="apiKey"> (optional)</param>
|
||||
pplx::task<void> deletePet(
|
||||
int64_t petId,
|
||||
boost::optional<utility::string_t> apiKey
|
||||
|
||||
Reference in New Issue
Block a user