forked from loafle/openapi-generator-original
update samples
This commit is contained in:
@@ -36,18 +36,21 @@ export interface ObjectWithDeprecatedFields {
|
||||
*
|
||||
* @type {number}
|
||||
* @memberof ObjectWithDeprecatedFields
|
||||
* @deprecated
|
||||
*/
|
||||
id?: number;
|
||||
/**
|
||||
*
|
||||
* @type {DeprecatedObject}
|
||||
* @memberof ObjectWithDeprecatedFields
|
||||
* @deprecated
|
||||
*/
|
||||
deprecatedRef?: DeprecatedObject;
|
||||
/**
|
||||
*
|
||||
* @type {Array<string>}
|
||||
* @memberof ObjectWithDeprecatedFields
|
||||
* @deprecated
|
||||
*/
|
||||
bars?: Array<string>;
|
||||
}
|
||||
|
||||
@@ -119,6 +119,7 @@ export interface PetApiInterface {
|
||||
* @summary Finds Pets by tags
|
||||
* @param {Array<string>} tags Tags to filter by
|
||||
* @param {*} [options] Override http request option.
|
||||
* @deprecated
|
||||
* @throws {RequiredError}
|
||||
* @memberof PetApiInterface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user