Merge pull request #19542 from backstage/blam/fixing-analyze-locatijon

Fixing openapi spec for /analyze-location
This commit is contained in:
Ben Lambert
2023-08-23 14:55:35 +02:00
committed by GitHub
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -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: