mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Update output of metaData function, info.title is the name of the spec
This commit is contained in:
@@ -172,7 +172,7 @@ class SchemaPack {
|
||||
result: true,
|
||||
output: [{
|
||||
type: 'collection',
|
||||
data: _.get(openapi, 'info.title', COLLECTION_NAME)
|
||||
name: _.get(openapi, 'info.title', COLLECTION_NAME)
|
||||
}]
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user