Merge pull request #19542 from backstage/blam/fixing-analyze-locatijon
Fixing openapi spec for /analyze-location
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fix issue with `catalogFileName` not being a required property for `/analyze-location`
|
||||
@@ -1310,7 +1310,7 @@ export const spec = {
|
||||
$ref: '#/components/schemas/LocationInput',
|
||||
},
|
||||
},
|
||||
required: ['catalogFileName', 'location'],
|
||||
required: ['location'],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -967,7 +967,6 @@ paths:
|
||||
location:
|
||||
$ref: '#/components/schemas/LocationInput'
|
||||
required:
|
||||
- catalogFileName
|
||||
- location
|
||||
/validate-entity:
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user