mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 10:58:55 +00:00
update petstore samples
This commit is contained in:
parent
37c890f755
commit
2807ed0af9
@ -43,15 +43,6 @@ use OpenAPI\Server\Model\Pet;
|
||||
interface PetApiInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* Sets authentication method api_key
|
||||
*
|
||||
* @param string $value Value of the api_key authentication method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setapi_key($value);
|
||||
|
||||
/**
|
||||
* Sets authentication method petstore_auth
|
||||
*
|
||||
@ -61,6 +52,15 @@ interface PetApiInterface
|
||||
*/
|
||||
public function setpetstore_auth($value);
|
||||
|
||||
/**
|
||||
* Sets authentication method api_key
|
||||
*
|
||||
* @param string $value Value of the api_key authentication method.
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setapi_key($value);
|
||||
|
||||
/**
|
||||
* Operation addPet
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user